minor CI update

This commit is contained in:
msramalho
2023-05-10 16:47:39 +01:00
parent fc6b914e2d
commit 2a1a4e2cae
3 changed files with 4 additions and 4 deletions

View File

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