X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?p=irc.git;a=blobdiff_plain;f=commands.py;h=640c694638774d192eddbf350eb686339e887e88;hp=140d7c5faf27ee866728a123dfb3a34f5166f1c5;hb=aa1ec63192e5ffe7b18791917e4da36f405d58b3;hpb=2b839ecdaf35521ea5e98ca690b68425f9afe98b diff --git a/commands.py b/commands.py index 140d7c5..640c694 100755 --- a/commands.py +++ b/commands.py @@ -506,7 +506,7 @@ def getTweet(urlstring,twitapi): tweetID = parts[-1] try: status = twitapi.GetStatus(tweetID) - print status, type(status), status=={} + #print status, type(status), status=={} if status == {}: return "twitapi.GetStatus returned nothing :-(" if status.user == None and status.text == None: