mirror of
https://github.com/CMiksche/gitea-auto-update
synced 2025-12-11 16:37:21 +01:00
fix typo.
This commit is contained in:
@@ -30,7 +30,7 @@ def buildFromSource(tag):
|
|||||||
def getVersionList(string):
|
def getVersionList(string):
|
||||||
return list(map(int, string.split('.')))
|
return list(map(int, string.split('.')))
|
||||||
|
|
||||||
string.split
|
|
||||||
# Function to check if there is a new version
|
# Function to check if there is a new version
|
||||||
def checkVersion(new_version, old_version):
|
def checkVersion(new_version, old_version):
|
||||||
new_version_list = getVersionList(new_version)
|
new_version_list = getVersionList(new_version)
|
||||||
|
|||||||
Reference in New Issue
Block a user