Skip to content

Commit

Permalink
Remove testing exit(1).
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Oct 31, 2024
1 parent 35c5308 commit eaa9348
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bigsdb_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ def get_route(url, token, secret):
sys.exit(1)
else:
sys.stderr.write(r.json()["message"] + "\n")
sys.exit(1) # TODO Remove
sys.stderr.write("Invalid session token, requesting new one...\n")
(token, secret) = get_new_session_token()
get_route(url, token, secret)
Expand Down

0 comments on commit eaa9348

Please sign in to comment.