diff --git a/openlp/plugins/remotes/deploy.py b/openlp/plugins/remotes/deploy.py index 3bcf666a7..d971499f0 100644 --- a/openlp/plugins/remotes/deploy.py +++ b/openlp/plugins/remotes/deploy.py @@ -66,4 +66,4 @@ def download_and_check(callback=None): if url_get_file(callback, '{host}{name}'.format(host='https://get.openlp.org/webclient/', name='site.zip'), os.path.join(str(AppLocation.get_section_data_path('remotes')), 'site.zip'), sha256=sha256): - deploy_zipfile(str(AppLocation.get_section_data_path('remotes'), 'site.zip')) + deploy_zipfile(str(AppLocation.get_section_data_path('remotes')), 'site.zip') diff --git a/tests/functional/openlp_core_ui/test_servicemanager.py b/tests/functional/openlp_core_ui/test_servicemanager.py index e3de135b3..589f6e28d 100644 --- a/tests/functional/openlp_core_ui/test_servicemanager.py +++ b/tests/functional/openlp_core_ui/test_servicemanager.py @@ -44,7 +44,6 @@ class TestServiceManager(TestCase): Create the UI """ Registry.create() - Registry().set_flag('no_web_server', False) def test_initial_service_manager(self): """