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:
@ -38,7 +38,6 @@ def on_internet_available(ui, keypair, config, log):
|
||||
}
|
||||
|
||||
logging.info("api: enrolling unit to %s ..." % api_address)
|
||||
|
||||
r = requests.post(api_address, json=enroll)
|
||||
if r.status_code == 200:
|
||||
token = r.json()
|
||||
|
Reference in New Issue
Block a user