From 2c830bf6eba8b700cb2cc1e36a513ec37542c841 Mon Sep 17 00:00:00 2001 From: Raiden Sakura Date: Sun, 14 Apr 2024 14:41:14 +0800 Subject: [PATCH] Run pre-commit --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 2f03a2ee6f..b3d1a34fa5 100644 --- a/bot.py +++ b/bot.py @@ -64,7 +64,7 @@ except AttributeError: logger.error("Failed to use WindowsProactorEventLoopPolicy.", exc_info=True) -os.environ['IS_RAIDEN_FORK'] = "1" +os.environ["IS_RAIDEN_FORK"] = "1" class ModmailBot(commands.Bot):