From 1f54a2b61df9ee4af8bed9028012dbfd76753929 Mon Sep 17 00:00:00 2001 From: overflowerror Date: Mon, 23 Mar 2015 14:45:20 +0100 Subject: [PATCH] copy-paste is no good idea --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index f3294c2..800b9dd 100644 --- a/main.py +++ b/main.py @@ -148,7 +148,7 @@ if __name__ == "__main__": time.sleep(4) else: - text = (username + " " + command + COMMAND_NAME_SEPERATOR + output) + text = (command + COMMAND_NAME_SEPERATOR + output) while len(text) != 0: try: api.update_status(status = text[:130])