1
0
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:
Christoph Miksche
2019-08-26 22:53:15 +02:00
parent 324225e795
commit caeee31bb4

View File

@@ -26,6 +26,7 @@ class Update:
self.initVersionAndBuild()
self.getVersionAndTag()
self.checkAndUpdate()
def initVersionAndBuild(self):
self.version = lib.version.Version(self.gtSite, self.gtFile)