From d364eb8970144efd23d89a3fc1d9476e664a38b0 Mon Sep 17 00:00:00 2001 From: yzhh <31803608+OasisAkari@users.noreply.github.com> Date: Thu, 21 Dec 2023 10:36:45 +0800 Subject: [PATCH] Update bot.py --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 9c58158b..8b6a3160 100644 --- a/bot.py +++ b/bot.py @@ -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: