Skip to content

Commit

Permalink
Add zip_port to start call
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalex authored Aug 2, 2021
1 parent a43b211 commit 8c4a5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kolibri_tools/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 8c4a5fb

Please sign in to comment.