From dc3392c265e230b81a8c223e8c399a7f8aaeeef0 Mon Sep 17 00:00:00 2001 From: overflowerror Date: Mon, 23 Mar 2015 14:11:50 +0100 Subject: [PATCH] i hate python --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index cdf5015..0861415 100644 --- a/main.py +++ b/main.py @@ -133,7 +133,7 @@ if __name__ == "__main__": if len(DESTINATION_ACCOUNTS): for username in DESTINATION_ACCOUNTS: text = (username + " " + command + COMMAND_NAME_SEPERATOR + output) - while len(text) != 0 + while len(text) != 0: api.update_status(status = text[:140]) text = text[140:]