1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-09-11 08:12:24 +02:00

Remove ',' after URL in "Checkpoint required" message

Closes #364.
This commit is contained in:
Alexander Graf 2019-08-10 16:19:35 +02:00
parent 87dc82d1b1
commit a88316224b

View File

@ -212,7 +212,7 @@ class InstaloaderContext:
raise TwoFactorAuthRequiredException("Login error: two-factor authentication required.")
if resp_json.get('checkpoint_url'):
raise ConnectionException("Login: Checkpoint required. Point your browser to "
"https://www.instagram.com{}, "
"https://www.instagram.com{} - "
"follow the instructions, then retry.".format(resp_json.get('checkpoint_url')))
if resp_json['status'] != 'ok':
if 'message' in resp_json: