diff --git a/lib/state.py b/lib/state.py index 543f232..43eba77 100644 --- a/lib/state.py +++ b/lib/state.py @@ -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): diff --git a/lib/version.py b/lib/version.py index 015a2bb..41311ee 100644 --- a/lib/version.py +++ b/lib/version.py @@ -1 +1 @@ -__version__ = '0.1.0-alpha12' +__version__ = '0.1.0-alpha13'