From 8c4a5fb08b0f4136697fe7f513f4f785d52f8125 Mon Sep 17 00:00:00 2001 From: Jamie Alexandre Date: Sun, 1 Aug 2021 23:17:13 -0700 Subject: [PATCH] Add zip_port to start call --- src/kolibri_tools/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kolibri_tools/utils.py b/src/kolibri_tools/utils.py index d25bf14..d5fbdc5 100644 --- a/src/kolibri_tools/utils.py +++ b/src/kolibri_tools/utils.py @@ -16,7 +16,7 @@ def start_kolibri_server(): setup_logging(debug=False) initialize() automatic_provisiondevice() - start.callback(KOLIBRI_PORT, background=False) + start.callback(KOLIBRI_PORT, zip_port=None, background=False) def get_initialize_url(next_url=None):