Skip to content

Commit fabf974

Browse files
committed
Hotfix for auto-updating
1 parent 003356f commit fabf974

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/utils/network.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def software_update(download_link, log):
108108
zip_binary = response.read()
109109
log.info('Writing new version to %s', file_destination)
110110
with open(file_destination, 'wb') as f:
111+
f.write(zip_binary)
111112
os.fsync(f)
112113
log.info('Successfully wrote to %s', file_destination)
113114
return True

0 commit comments

Comments
 (0)