mirror of
https://github.com/rembo10/headphones.git
synced 2026-04-05 04:29:25 +01:00
'Nother bug in the updater
This commit is contained in:
@@ -194,7 +194,7 @@ def update():
|
||||
|
||||
# Save tar to disk
|
||||
f = open(tar_download_path, 'wb')
|
||||
f.write(data.read())
|
||||
f.write(data)
|
||||
f.close()
|
||||
|
||||
# Extract the tar to update folder
|
||||
|
||||
Reference in New Issue
Block a user