mirror of https://github.com/MISP/PyMISP
fix: Typo loger -> logger
parent
134df0cafb
commit
f1a88f460e
|
@ -21,7 +21,7 @@ try:
|
||||||
unicode = str
|
unicode = str
|
||||||
except ImportError:
|
except ImportError:
|
||||||
from urlparse import urljoin
|
from urlparse import urljoin
|
||||||
loger.warning("You're using python 2, it is strongly recommended to use python >=3.5")
|
logger.warning("You're using python 2, it is strongly recommended to use python >=3.5")
|
||||||
from io import BytesIO, open
|
from io import BytesIO, open
|
||||||
import zipfile
|
import zipfile
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue