spelling: successfully

This commit is contained in:
Josh Soref
2019-10-26 22:12:45 -04:00
parent 9888e1fb39
commit 0b495ebd13
4 changed files with 4 additions and 4 deletions

View File

@ -74,7 +74,7 @@ def on_internet_available(agent):
_upload_to_ohc(handshake)
reported.append(handshake)
REPORT.update(data={'reported': reported})
logging.info(f"OHC: Successfuly uploaded {handshake}")
logging.info(f"OHC: Successfully uploaded {handshake}")
except requests.exceptions.RequestException as req_e:
SKIP.append(handshake)
logging.error("OHC: %s", req_e)