diff --git a/core/controllers/ApplicationVersionController.py b/core/controllers/ApplicationVersionController.py index eec635e..7e4873b 100644 --- a/core/controllers/ApplicationVersionController.py +++ b/core/controllers/ApplicationVersionController.py @@ -89,8 +89,7 @@ class ApplicationVersionController: progress=progress )) - application_version_observer.notify('downloaded', application_version) - + application_version_observer.notify('downloaded', application_version) response_buffer.seek(0) file_hash = ApplicationVersionController.__calculate_file_hash(response_buffer)