improved if wifi

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-16 19:24:17 +01:00
parent e647078220
commit ce95933887
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ def loopCheckSettingUpdates():
if __name__ == "__main__":
# Connect to Wi-Fi
if is_connected_to_wifi():
if is_connected_to_wifi() is not None:
# Register/reauthenticate the tube
register_tube()
time.sleep(1)