misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
Simone Margaritelli 2019-10-07 14:32:42 +02:00
parent 4827dc65ed
commit 60f0f6c29e
No known key found for this signature in database
GPG Key ID: 82E42E7F3B34C97E

View File

@ -151,7 +151,6 @@ def on_internet_available(ui, keys, config, log):
if bssid:
if api_report_ap(token, essid, bssid):
reported.append(net_id)
REPORT.update(data={'reported': reported})
else:
logging.info("api: reporting disabled")