Skip to content

Commit

Permalink
Upd read
Browse files Browse the repository at this point in the history
  • Loading branch information
joente committed Jan 2, 2025
1 parent 2c038a7 commit b264103
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ async def update(cls, self_update: bool = False):
await Docker.pull_and_update(self_update=self_update)
# reset loggers as the process might be stopped
cls.reset_loggers()
# read all
cls._read()

@classmethod
def write(cls):
Expand Down
2 changes: 1 addition & 1 deletion lib/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0-alpha12'
__version__ = '0.1.0-alpha13'

0 comments on commit b264103

Please sign in to comment.