We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a00c3e3 commit 091e9e0Copy full SHA for 091e9e0
1 file changed
pyhilo/graphql.py
@@ -564,7 +564,7 @@ async def subscribe_to_device_updated(
564
except Exception as e:
565
print(f"Connection lost: {e}. Reconnecting in 5 seconds...")
566
await asyncio.sleep(5)
567
- self.call_get_location_query(location_hilo_id)
+ await self.call_get_location_query(location_hilo_id)
568
569
async def subscribe_to_location_updated(
570
self, location_hilo_id: str, callback: callable = None
0 commit comments