reddit and imgur fixes
This commit is contained in:
parent
0abac29523
commit
9b92d73f3a
2 changed files with 5 additions and 2 deletions
|
@ -30,7 +30,7 @@ def reddit(inp):
|
|||
|
||||
# clean and split the input
|
||||
parts = inp.lower().strip().split()
|
||||
|
||||
id_num = None
|
||||
|
||||
# find the requested post number (if any)
|
||||
if len(parts) > 1:
|
||||
|
|
Reference in a new issue