i hate python

This commit is contained in:
overflowerror 2015-03-23 14:11:50 +01:00
parent 9513b3b79e
commit dc3392c265

View file

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