mirror of
https://github.com/sigmasternchen/MinervaBot
synced 2025-03-15 07:59:00 +00:00
no syntax highlighting is always a bad sign...
This commit is contained in:
parent
117eccf38b
commit
29479fbcc2
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -142,7 +142,7 @@ if __name__ == "__main__":
|
||||||
try:
|
try:
|
||||||
api.update_status(status = text[:130])
|
api.update_status(status = text[:130])
|
||||||
break
|
break
|
||||||
execpt:
|
except:
|
||||||
log("there is an error: " + sys.exc_info()[0])
|
log("there is an error: " + sys.exc_info()[0])
|
||||||
text = text[130:]
|
text = text[130:]
|
||||||
time.sleep(4)
|
time.sleep(4)
|
||||||
|
|
Loading…
Reference in a new issue