Archived
1
0
Fork 0

Update bot.py

This commit is contained in:
yzhh 2023-12-21 10:36:45 +08:00
parent e1a99fd362
commit d364eb8970

2
bot.py
View file

@ -168,7 +168,7 @@ if __name__ == '__main__':
while True:
try:
run_bot() # Process will block here so
logger.error('All bots exited unexpectedly, please check the output')
logger.critical('All bots exited unexpectedly, please check the output')
break
except RestartBot:
for x in pidlst: