Cleanup code

remove redundant return
This commit is contained in:
Unknown 2017-08-16 21:46:48 -05:00
parent f34b230238
commit 283d5322d8

View File

@ -15,8 +15,6 @@ def getselect(select):
if 'waifu' in keyword:
url = 'https://media0.giphy.com/media/C79RKZ7nOcK8U/giphy.gif'
return url
if len(select.split()) > 1:
keyword = select.split()[1]
#print (url)