reddit and imgur fixes

This commit is contained in:
Luke Rogers 2013-10-01 03:06:53 +13:00
parent 0abac29523
commit 9b92d73f3a
2 changed files with 5 additions and 2 deletions

View file

@ -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: