Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
raidensakura committed Apr 14, 2024
1 parent 012e85d commit 2c830bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 2c830bf

Please sign in to comment.