copy-paste is no good idea

This commit is contained in:
overflowerror 2015-03-23 14:45:20 +01:00
parent f21e855476
commit 1f54a2b61d

View file

@ -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])