Update application version observer notification logic

This commit is contained in:
codeking 2025-04-27 23:48:31 +02:00
parent 3ff73cd079
commit 7b56e2959c

View file

@ -89,8 +89,7 @@ class ApplicationVersionController:
progress=progress progress=progress
)) ))
application_version_observer.notify('downloaded', application_version) application_version_observer.notify('downloaded', application_version)
response_buffer.seek(0) response_buffer.seek(0)
file_hash = ApplicationVersionController.__calculate_file_hash(response_buffer) file_hash = ApplicationVersionController.__calculate_file_hash(response_buffer)