aggiornato cloudscraper (fix piratestreaming)

This commit is contained in:
marco
2020-04-29 11:35:18 +02:00
parent 34b72249e7
commit 7d32bde60d
5 changed files with 55 additions and 18 deletions

View File

@@ -26,7 +26,7 @@ from . import reCaptcha
class captchaSolver(reCaptcha):
def __init__(self):
if sys.modules['python_anticaptcha'].__version__ < 0.6:
if sys.modules['python_anticaptcha'].__version__ < '0.6':
raise ImportError(
"Please upgrade the python module 'python_anticaptcha' via "
"pip install -U python-anticaptcha or https://github.com/ad-m/python-anticaptcha/"