This commit is contained in:
Cyber MacGeddon 2025-04-14 20:44:22 +01:00
parent 74fb52dd3b
commit 726baa9932
2 changed files with 34 additions and 28 deletions

View file

@ -119,7 +119,6 @@ class AsyncProcessor:
await p.start()
# task1 = tg.create_task(p.run_config_queue())
task2 = tg.create_task(p.run())
@classmethod