Be a lil bit more verbose

This commit is contained in:
dadav
2019-10-04 09:33:11 +02:00
parent bc10be69a0
commit d52ea8718f

View File

@ -77,6 +77,7 @@ def on_internet_available(display, config, log):
ALREADY_UPLOADED.append(handshake)
with open('/root/.wpa_sec_uploads', 'a') as f:
f.write(handshake + "\n")
logging.info(f"WPA_SEC: Successfuly uploaded {handshake}")
except requests.exceptions.RequestException:
pass
except OSError as os_e: