rename --worker-v2 to --worker

No V1 means no need for the suffix. Update flag, function name,
compose command, log messages, and docs.
This commit is contained in:
Username
2026-02-17 22:30:09 +01:00
parent cb52a978e9
commit 82c909d7c0
4 changed files with 11 additions and 11 deletions

View File

@@ -35,4 +35,4 @@ services:
- ./data:/app/data:Z
- ./config.ini:/app/config.ini:ro,Z
- ./servers.txt:/app/servers.txt:ro,Z
command: python -u ppf.py --worker-v2 --server ${PPF_MASTER_URL:-http://10.200.1.250:8081}
command: python -u ppf.py --worker --server ${PPF_MASTER_URL:-http://10.200.1.250:8081}