Be a lil bit more verbose
This commit is contained in:
parent
20a89f7323
commit
11f35f1230
@ -76,6 +76,7 @@ def on_internet_available(display, config, log):
|
||||
ALREADY_UPLOADED.append(handshake)
|
||||
with open('/root/.ohc_uploads', 'a') as f:
|
||||
f.write(handshake + "\n")
|
||||
logging.info(f"OHC: Successfuly uploaded {handshake}")
|
||||
except requests.exceptions.RequestException:
|
||||
pass
|
||||
except OSError as os_e:
|
||||
|
Loading…
x
Reference in New Issue
Block a user