Spelling error

This commit is contained in:
Anton Hvornum 2020-11-29 20:19:44 +00:00
parent 8f0e8212c3
commit 3563f00d87
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ def list_profiles(filter_irrelevant_macs=True):
if storage['PROFILE_DB']:
try:
profile_list = json.loads(grab_url_data(os.path.join(storage["UPSTREAM_URL"], storage['PROFILE_DB'])))
except urllib.error.UTTPError as err:
except urllib.error.HTTPError as err:
print(f'Error: Listing profiles on URL "{storage["UPSTREAM_URL"]}" resulted in:', err)
return cache
except: