mirror of
https://github.com/gogcom/galaxy-integrations-python-api.git
synced 2026-01-07 06:18:26 -05:00
Fix typo in docstring
This commit is contained in:
@@ -367,7 +367,7 @@ class Plugin:
|
||||
continue
|
||||
self.update_local_game_status(LocalGame(game.id, game.status))
|
||||
self._cached_games_statuses[game.id] = game.status
|
||||
asyncio.sleep(5) # interval
|
||||
await asyncio.sleep(5) # interval
|
||||
|
||||
def tick(self):
|
||||
if self._check_statuses_task is None or self._check_statuses_task.done():
|
||||
|
||||
Reference in New Issue
Block a user