mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Fix Device table not loading
This commit is contained in:
@@ -3101,7 +3101,7 @@ def isNewVersion():
|
||||
except requests.exceptions.ConnectionError as e:
|
||||
file_print(" Couldn't check for new release.")
|
||||
data = ""
|
||||
|
||||
|
||||
# make sure we received a valid response and not an API rate limit exceeded message
|
||||
if len(data) > 0 and "published_at" in data[0]:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user