Skip to content

Commit 3062ed1

Browse files
committed
update __init__.py
1 parent c361b8d commit 3062ed1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ def format(self, record: LogRecord) -> str:
101101

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

104-
scheduler = AsyncIOScheduler(timezone=str(event_loop=bot_loop)
104+
scheduler = AsyncIOScheduler(timezone=str(event_loop=bot_loop))

0 commit comments

Comments
 (0)