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

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