mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
@ -151,8 +151,7 @@ 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})
|
||||
REPORT.update(data={'reported': reported})
|
||||
else:
|
||||
logging.info("api: reporting disabled")
|
||||
|
||||
|
Reference in New Issue
Block a user