This commit is contained in:
overflowerror 2015-03-23 14:19:18 +01:00
parent ac6271564d
commit 6a2da1456f

View file

@ -141,6 +141,7 @@ if __name__ == "__main__":
while len(text) != 0: while len(text) != 0:
api.update_status(status = text[:130]) api.update_status(status = text[:130])
text = text[130:] text = text[130:]
time.sleep(1)
else: else:
api.update_status(status = (command + COMMAND_NAME_SEPERATOR + output)) api.update_status(status = (command + COMMAND_NAME_SEPERATOR + output))