Skip to content

Run proxy list server via Python interpreter#38

Open
Cinerar wants to merge 1 commit into
datawookie:masterfrom
Cinerar:fix/proxy-list-python-launch-clean
Open

Run proxy list server via Python interpreter#38
Cinerar wants to merge 1 commit into
datawookie:masterfrom
Cinerar:fix/proxy-list-python-launch-clean

Conversation

@Cinerar

@Cinerar Cinerar commented Mar 17, 2026

Copy link
Copy Markdown

Description

Fixes startup of proxy-list.py inside the container by launching it via the active Python interpreter instead of executing the script file directly.

Previously, start.py executed proxy-list.py as a standalone file. In environments where the script used Windows CRLF line endings, this could break the shebang handling in Linux containers and cause a No such file or directory error.

This change makes the startup more robust by invoking the script through sys.executable.

✅ Checks

  • Adheres to code style
  • All tests pass
  • Documentation updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant