Skip to content

Commit

Permalink
improve error messsage
Browse files Browse the repository at this point in the history
  • Loading branch information
wosch committed Nov 23, 2020
1 parent 96a21d9 commit d48e515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapillary_takeout.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def get_user_sequences(mpy_token, username, start_date, end_date):
continue

if r.status_code != requests.codes.ok:
print("Error status response links: HTTP %d ignore" % r.status_code)
print("Error status response links: HTTP %d - ignore." % r.status_code)
continue

try:
Expand Down

0 comments on commit d48e515

Please sign in to comment.