Skip to content

Commit

Permalink
Fix fortune.py input issues
Browse files Browse the repository at this point in the history
  • Loading branch information
TsarFox committed May 24, 2017
1 parent 369f269 commit be5e790
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apidoc/python/source/fortune.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def send_fortune(args):

if count < 0 or count > 20:
toxic_api.display("Argument is too large!")
return

name = toxic_api.get_nick()

Expand Down

0 comments on commit be5e790

Please sign in to comment.