Skip to content

Commit

Permalink
update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib committed Feb 15, 2025
1 parent 3062ed1 commit d3e1321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ def format(self, record: LogRecord) -> str:

subprocess.run(["xnox", "-d", f"--profile={os.getcwd()}"], check=False)

scheduler = AsyncIOScheduler(timezone=str(event_loop=bot_loop))
scheduler = AsyncIOScheduler(event_loop=bot_loop)

0 comments on commit d3e1321

Please sign in to comment.