Unverified Commit 097e1670 authored by Dan Jones's avatar Dan Jones
Browse files

fix: blacken

2 merge requests!23Resolve "Release v0.1.0",!19Resolve "Run subscribes on main thread"
Pipeline #109198 passed with stages
in 1 minute
......@@ -123,10 +123,7 @@ def run_client(client_id, executor):
EXCHANGES.get("publish"),
client["subscription"],
)
subscribe(
f"{client_id}-inbox",
EXCHANGES.get("broadcast")
)
subscribe(f"{client_id}-inbox", EXCHANGES.get("broadcast"))
if client_id not in RUNNING_CLIENTS:
RUNNING_CLIENTS.append(client_id)
running = True
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment