fix: Typo loger -> logger

pull/141/head
Raphaël Vinot 2017-11-07 18:19:57 -08:00
parent 134df0cafb
commit f1a88f460e
1 changed files with 1 additions and 1 deletions

View File

@ -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