Skip to content

Commit

Permalink
Update wifi_logger.py
Browse files Browse the repository at this point in the history
  • Loading branch information
annndruha committed Mar 22, 2024
1 parent 51ac9ec commit f601152
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wifi_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ def utf16len(text):
except (ConnectionError, requests.RequestException) as err:
logging.error(err)
send_host_down_message(err)
ACTIVE_CLIENTS = {}
time.sleep(30)
except Exception as err:
logging.error(err)
Expand Down

0 comments on commit f601152

Please sign in to comment.