Remove inaccurate comment
This commit is contained in:
parent
7c69c99b8f
commit
ba0f6cbf33
|
@ -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…
Reference in New Issue