diff --git a/openlp/core/api/deploy.py b/openlp/core/api/deploy.py index 61893f768..e336019d3 100644 --- a/openlp/core/api/deploy.py +++ b/openlp/core/api/deploy.py @@ -66,6 +66,6 @@ def download_and_check(callback=None): file_size = get_url_file_size('https://get.openlp.org/webclient/site.zip') callback.setRange(0, file_size) if download_file(callback, 'https://get.openlp.org/webclient/site.zip', - AppLocation.get_section_data_path('remotes') / 'site.zip', - sha256=sha256): + AppLocation.get_section_data_path('remotes') / 'site.zip', + sha256=sha256): deploy_zipfile(AppLocation.get_section_data_path('remotes'), 'site.zip')