From 9818d1c965323373fc3a195e7c36c299aa50d942 Mon Sep 17 00:00:00 2001 From: qinglong Date: Sun, 14 Jun 2026 09:08:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20UpdateService=E5=90=AF=E5=8A=A8=E6=97=B6?= =?UTF-8?q?=E7=AB=8B=E5=8D=B3=E8=AE=BE=E7=BD=AEcurrent=5Fversion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/update_service.py | 1 + 1 file changed, 1 insertion(+) 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}")