summaryrefslogtreecommitdiff
path: root/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'run.py')
-rw-r--r--run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.py b/run.py
index cc58ea00..ec093c8e 100644
--- a/run.py
+++ b/run.py
@@ -1,7 +1,7 @@
import os
import sys
-from continuedev.main import main
+from server.main import main
if getattr(sys, "frozen", False) and hasattr(sys, "_MEIPASS"):
ca_bundle_path = os.path.join(sys._MEIPASS, "ca_bundle", "cacert.pem")