Skip to content

Commit

Permalink
Forgot the exit() statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ipzero209 committed Jun 26, 2018
1 parent 3e25c90 commit 25d6774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slr_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
except NameError as e:
print("Error assigning raw_input as input")
print(e)
exit(1)

requests.packages.urllib3.disable_warnings(InsecureRequestWarning)

Expand Down

0 comments on commit 25d6774

Please sign in to comment.