mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Merge branch 'main' of https://github.com/jokob-sk/Pi.Alert
This commit is contained in:
@@ -709,9 +709,9 @@ def checkNewVersion():
|
|||||||
|
|
||||||
dateTimeStr = data[0]["published_at"]
|
dateTimeStr = data[0]["published_at"]
|
||||||
|
|
||||||
realeaseTimestamp = int(datetime.datetime.strptime(dateTimeStr, '%Y-%m-%dT%H:%M:%SZ').strftime('%s'))
|
releaseTimestamp = int(datetime.datetime.strptime(dateTimeStr, '%Y-%m-%dT%H:%M:%S%z').timestamp())
|
||||||
|
|
||||||
if realeaseTimestamp > buildTimestamp + 600:
|
if releaseTimestamp > buildTimestamp + 600:
|
||||||
mylog('none', ["[Version check] New version of the container available!"])
|
mylog('none', ["[Version check] New version of the container available!"])
|
||||||
newVersion = True
|
newVersion = True
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user