'Nother bug in the updater

This commit is contained in:
rembo10
2014-04-09 18:56:33 -07:00
parent a1ed6901d4
commit 0c32fbe706

View File

@@ -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