forked from IPKM/nmreval
remove typo; remove unnecessary package
This commit is contained in:
parent
1c98676bee
commit
75f9bc84f8
@ -50,7 +50,7 @@ AppDir:
|
||||
- python3-pyqtgraph
|
||||
- python3-requests
|
||||
- python3-urllib3
|
||||
# - python3-tk
|
||||
# - python3-tk
|
||||
exclude:
|
||||
- libavahi-client3
|
||||
- libavahi-common-data
|
||||
|
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user