Alcuni fix

This commit is contained in:
Alhaziel
2020-02-06 17:43:32 +01:00
parent 7f4844646e
commit dc72297270
4 changed files with 54 additions and 55 deletions

View File

@@ -11,7 +11,10 @@ import re
import os
import sys
import urllib
import urlparse
try:
import urlparse
except:
import urllib.parse as urlparse
import datetime
import time
import traceback