Skip to content

Commit

Permalink
Fix _staring -> _starting (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart authored Oct 4, 2023
1 parent 6f9b17c commit 5e95afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ypy_websocket/ystore.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ async def start(self, *, task_status: TaskStatus[None] = TASK_STATUS_IGNORED):
if self._starting:
return
else:
self._staring = True
self._starting = True

if self._task_group is not None:
raise RuntimeError("YStore already running")
Expand Down

0 comments on commit 5e95afd

Please sign in to comment.