From 29479fbcc2178c1b6043aaf8cad30dfab7fd4f65 Mon Sep 17 00:00:00 2001 From: overflowerror Date: Mon, 23 Mar 2015 14:42:00 +0100 Subject: [PATCH] no syntax highlighting is always a bad sign... --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index a343398..ebd5d0a 100644 --- a/main.py +++ b/main.py @@ -142,7 +142,7 @@ if __name__ == "__main__": try: api.update_status(status = text[:130]) break - execpt: + except: log("there is an error: " + sys.exc_info()[0]) text = text[130:] time.sleep(4)