Cleanup code
remove redundant return
This commit is contained in:
parent
fc7c65a6d9
commit
3ecfe21fce
@ -15,8 +15,6 @@ def getselect(select):
|
|||||||
if 'waifu' in keyword:
|
if 'waifu' in keyword:
|
||||||
url = 'https://media0.giphy.com/media/C79RKZ7nOcK8U/giphy.gif'
|
url = 'https://media0.giphy.com/media/C79RKZ7nOcK8U/giphy.gif'
|
||||||
|
|
||||||
return url
|
|
||||||
|
|
||||||
if len(select.split()) > 1:
|
if len(select.split()) > 1:
|
||||||
keyword = select.split()[1]
|
keyword = select.split()[1]
|
||||||
#print (url)
|
#print (url)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user