Fix Device table not loading

This commit is contained in:
Jokob-sk
2023-01-23 00:03:34 +11:00
parent a33c50361f
commit 7baae289d1
5 changed files with 27 additions and 22 deletions

View File

@@ -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]: