From be5e7906da11844307e4a2171234cddb498e3d59 Mon Sep 17 00:00:00 2001 From: = Date: Wed, 24 May 2017 10:10:18 -0400 Subject: [PATCH] Fix fortune.py input issues --- apidoc/python/source/fortune.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apidoc/python/source/fortune.py b/apidoc/python/source/fortune.py index 1785c70..7662c78 100644 --- a/apidoc/python/source/fortune.py +++ b/apidoc/python/source/fortune.py @@ -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()