mirror of
https://github.com/CMiksche/gitea-auto-update
synced 2025-12-10 16:07:23 +01:00
fix: call update function
This commit is contained in:
@@ -26,6 +26,7 @@ class Update:
|
||||
|
||||
self.initVersionAndBuild()
|
||||
self.getVersionAndTag()
|
||||
self.checkAndUpdate()
|
||||
|
||||
def initVersionAndBuild(self):
|
||||
self.version = lib.version.Version(self.gtSite, self.gtFile)
|
||||
|
||||
Reference in New Issue
Block a user