it would help if i got the < vs > right

This commit is contained in:
Brian S. Stephan 2010-12-16 15:44:51 -06:00
parent efafb95f5a
commit 3ba38bd90d
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class Twitter(Module):
elif whats[1] == 'user' and len(whats) >= 3:
if len(whats) >= 4:
index = int(whats[3])
if index < 0:
if index > 0:
index = 0
else:
index = 0