You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (data["version"] != webData["Xilef12000"]["ws2812-over-artnet"]):
print("There is a newer Version,\nwith Version-number " + webData["Xilef12000"]["ws2812-over-artnet"] + "\nYou are currently using Version " + data["version"])
else:
print("You are up to date\nYour Version is " + data["version"])