mirror of
https://github.com/sigmasternchen/MinervaBot
synced 2025-03-15 07:59:00 +00:00
i hate python
This commit is contained in:
parent
9513b3b79e
commit
dc3392c265
1 changed files with 1 additions and 1 deletions
2
main.py
2
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:]
|
||||
|
||||
|
|
Loading…
Reference in a new issue