From e2b42080d49e7071c20e2ffe67704dd60e6677de Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Mon, 17 Jun 2013 17:06:19 +0100 Subject: [PATCH] make twit less chatty to stdout --- commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.30.2