minor fixes
This commit is contained in:
parent
45811384c3
commit
d404aa92a6
@ -227,7 +227,7 @@ class Application:
|
||||
self.web_login_secret: str = ""
|
||||
self.debug_web: bool = False
|
||||
|
||||
self.loop = asyncio.new_event_loop()
|
||||
self.loop = asyncio.get_event_loop()
|
||||
asyncio.set_event_loop(self.loop)
|
||||
|
||||
self.executor = ThreadPoolExecutor(
|
||||
|
Loading…
Reference in New Issue
Block a user