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

@ -186,7 +186,7 @@ def on_internet_available(agent):
_send_to_wigle(csv_entries, OPTIONS['api_key'])
reported += no_err_entries
REPORT.update(data={'reported': reported})
logging.info("WIGLE: Successfuly uploaded %d files", len(no_err_entries))
logging.info("WIGLE: Successfully uploaded %d files", len(no_err_entries))
except requests.exceptions.RequestException as re_e:
SKIP += no_err_entries
logging.error("WIGLE: Got an exception while uploading %s", re_e)