From d62541500154237a5f0f86d19af84688fef64bc7 Mon Sep 17 00:00:00 2001 From: overflowerror Date: Mon, 23 Mar 2015 14:53:12 +0100 Subject: [PATCH] i want to die now --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index b4a0291..a0e4ad0 100644 --- a/main.py +++ b/main.py @@ -154,7 +154,7 @@ if __name__ == "__main__": api.update_status(status = text[:130]) break except tweepy.error.TweepError as e: - log("there is a twitter error: " + e.resaon) + log("there is a twitter error: " + e.reason) text = text[130:] time.sleep(1)