From 6af37dd1fbb38c8c5db0ddc35581d2541959aa4e Mon Sep 17 00:00:00 2001 From: Dmitriy Loktionov Date: Tue, 17 Mar 2026 20:46:47 +0300 Subject: [PATCH] Run proxy list server via Python interpreter --- start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.py b/start.py index e5f8be7..04d9984 100755 --- a/start.py +++ b/start.py @@ -75,7 +75,7 @@ def main(): log.info("Done.") log.info("Serving proxy list.") - os.spawnl(os.P_NOWAIT, os.curdir + os.sep + PROXY_LIST_PY, PROXY_LIST_PY) + os.spawnl(os.P_NOWAIT, sys.executable, sys.executable, PROXY_LIST_PY) while True: for i in range(HEADS):