Fixed a syntax error in the previous update.

This commit is contained in:
Hamled 2010-01-16 19:08:03 -08:00
parent fc0244c952
commit 9109ed2ac0
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ def twitter(inp, history = list()):
reply_name = tweet.find(reply_name)
reply_id = tweet.find(reply_id)
if reply_name, reply_id:
if reply_name and reply_id:
add_reply(reply_name, reply_id)
time = strftime('%Y-%m-%d %H:%M:%S',