Skip to content

Commit

Permalink
adding await ystore start method in prepare method
Browse files Browse the repository at this point in the history
  • Loading branch information
Jialin Zhang committed May 2, 2024
1 parent 220169e commit 11c72e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jupyter_collaboration/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def exception_logger(exception: Exception, log: Logger) -> bool:
file = self._file_loaders[file_id]
updates_file_path = f".{file_type}:{file_id}.y"
ystore = self._ystore_class(path=updates_file_path, log=self.log)
await ystore.start()
self.room = DocumentRoom(
self._room_id,
file_format,
Expand Down

0 comments on commit 11c72e9

Please sign in to comment.