mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
Migrate to python 3.12
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
from asyncio import run, set_event_loop_policy
|
||||
|
||||
import uvloop
|
||||
from asyncio import run
|
||||
|
||||
from core.temporal import get_client
|
||||
|
||||
@@ -55,7 +53,4 @@ async def main():
|
||||
await worker.run()
|
||||
|
||||
|
||||
set_event_loop_policy(uvloop.EventLoopPolicy())
|
||||
|
||||
|
||||
run(main())
|
||||
|
||||
Reference in New Issue
Block a user