From caeee31bb46f5390afb07c153ea8fd963c4609bc Mon Sep 17 00:00:00 2001 From: Christoph Miksche Date: Mon, 26 Aug 2019 22:53:15 +0200 Subject: [PATCH] fix: call update function --- gitea_auto_update/update.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gitea_auto_update/update.py b/gitea_auto_update/update.py index f8b9d64..b9b494c 100644 --- a/gitea_auto_update/update.py +++ b/gitea_auto_update/update.py @@ -26,6 +26,7 @@ class Update: self.initVersionAndBuild() self.getVersionAndTag() + self.checkAndUpdate() def initVersionAndBuild(self): self.version = lib.version.Version(self.gtSite, self.gtFile)