mirror of
https://github.com/sigmasternchen/MinervaBot
synced 2025-03-15 07:59:00 +00:00
idk why twitter dislikes this
This commit is contained in:
parent
06620509e7
commit
ac6271564d
1 changed files with 2 additions and 2 deletions
4
main.py
4
main.py
|
@ -139,8 +139,8 @@ if __name__ == "__main__":
|
||||||
for username in DESTINATION_ACCOUNTS:
|
for username in DESTINATION_ACCOUNTS:
|
||||||
text = (username + " " + command + COMMAND_NAME_SEPERATOR + output)
|
text = (username + " " + command + COMMAND_NAME_SEPERATOR + output)
|
||||||
while len(text) != 0:
|
while len(text) != 0:
|
||||||
api.update_status(status = text[:140])
|
api.update_status(status = text[:130])
|
||||||
text = text[140:]
|
text = text[130:]
|
||||||
|
|
||||||
else:
|
else:
|
||||||
api.update_status(status = (command + COMMAND_NAME_SEPERATOR + output))
|
api.update_status(status = (command + COMMAND_NAME_SEPERATOR + output))
|
||||||
|
|
Loading…
Reference in a new issue