Remove inaccurate comment
This commit is contained in:
@@ -50,7 +50,6 @@ class LocalPlatformClient(ABC):
|
|||||||
f"sleeping for {sleep_time} seconds"
|
f"sleeping for {sleep_time} seconds"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
# We're running in a thread, so this is fine
|
|
||||||
await asyncio.sleep(sleep_time)
|
await asyncio.sleep(sleep_time)
|
||||||
elif response["status"] == 400:
|
elif response["status"] == 400:
|
||||||
raise Exception(response)
|
raise Exception(response)
|
||||||
|
|||||||
Reference in New Issue
Block a user