Remove inaccurate comment

master
Mark Veidemanis 2 years ago
parent 7c69c99b8f
commit ba0f6cbf33
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -50,7 +50,6 @@ class LocalPlatformClient(ABC):
f"sleeping for {sleep_time} seconds"
)
)
# We're running in a thread, so this is fine
await asyncio.sleep(sleep_time)
elif response["status"] == 400:
raise Exception(response)

Loading…
Cancel
Save