fix py3.7

This commit is contained in:
msramalho
2022-06-21 19:27:19 +02:00
parent 17b516bd7f
commit 9078a17400

View File

@@ -15,7 +15,7 @@ class DateTimeEncoder(json.JSONEncoder):
def captcha_handler(captcha): def captcha_handler(captcha):
key = input( key = input(
f"CAPTCHA DETECTED, please solve it and input the solution. {captcha.sid=} {captcha.get_url()=}:" f"CAPTCHA DETECTED, please solve it and input the solution. url={captcha.get_url()}:"
).strip() ).strip()
return captcha.try_again(key) return captcha.try_again(key)