diff --git a/webview_ui.py b/webview_ui.py index 22ce285..8146d50 100755 --- a/webview_ui.py +++ b/webview_ui.py @@ -184,8 +184,6 @@ def webview_window(child_conn, global_space, host, port, url, tray): if __name__ == "__main__": - mp.freeze_support() - splash_queue = mp.Queue() splash_process = mp.Process(target=splash_screen, args=(splash_queue,), daemon=True) splash_process.start()