Небольшие правки

This commit is contained in:
Andrei 2017-10-29 20:42:42 +03:00
parent 815bbf3fbb
commit e14d1f5be2
2 changed files with 1 additions and 1 deletions

BIN
dist/python3-anticaptcha-0.5a0.tar.gz vendored Normal file

Binary file not shown.

View File

@ -65,7 +65,7 @@ class ImageToTextTask:
Метод создаёт папку и сохраняет в неё изображение, затем передаёт его на расшифровку и удалет файл.
:return: Возвращает ID капчи
'''
img_path = 'PythonRuCaptchaImages'
img_path = 'PythonAntiCaptchaImages'
if not os.path.exists(img_path):
os.mkdir(img_path)