mirror of https://github.com/MISP/PyMISP
fix: Typo loger -> logger
parent
134df0cafb
commit
f1a88f460e
|
@ -21,7 +21,7 @@ try:
|
|||
unicode = str
|
||||
except ImportError:
|
||||
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
|
||||
import zipfile
|
||||
|
||||
|
|
Loading…
Reference in New Issue