mirror of
https://github.com/gogcom/galaxy-integrations-python-api.git
synced 2026-06-12 15:54:42 -04:00
Do not wait for external tasks in run
This commit is contained in:
@@ -174,7 +174,6 @@ class Plugin:
|
||||
async def run(self):
|
||||
"""Plugin's main coroutine."""
|
||||
await self._server.run()
|
||||
await self._external_task_manager.wait()
|
||||
|
||||
def close(self) -> None:
|
||||
if not self._active:
|
||||
|
||||
Reference in New Issue
Block a user