diff --git a/services/update_service.py b/services/update_service.py index 90425ca..fcf6126 100644 --- a/services/update_service.py +++ b/services/update_service.py @@ -95,6 +95,7 @@ class UpdateService: async def start(self): self._running = True + self.status["current_version"] = self._current_version() self._task = asyncio.create_task(self._loop()) logger.info(f"πŸ”„ ζ›΄ζ–°ζœεŠ‘ε·²ε―εŠ¨ β€” εˆ†ζ”―: {self.branch}, δ»“εΊ“: {self.repo_url}")