remove typo; remove unnecessary package

This commit is contained in:
Dominik Demuth 2023-04-02 19:23:04 +02:00
parent 1c98676bee
commit 75f9bc84f8
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ AppDir:
- python3-pyqtgraph
- python3-requests
- python3-urllib3
# - python3-tk
# - python3-tk
exclude:
- libavahi-client3
- libavahi-common-data

View File

@ -234,7 +234,7 @@ class Updater:
if response.status_code == requests.codes['\o/']:
zsync_file = response.content
else:
logger.error(f'Request for zsync returned code {response.statuse_code}')
logger.error(f'Request for zsync returned code {response.status_code}')
except Exception:
logger.exception('Download of zsync failed')