No description
Find a file
Kumi f075cc668b
fix(config): resolve tempfile mode error in config update
Removed `delete=False, mode='w'` from `TemporaryDirectory` to fix incorrect usage that caused potential errors. Ensures temporary directory is properly cleaned up and simplifies the tempfile creation process. This update improves file handling and stability.
2024-07-18 18:50:58 +02:00
.gitignore feat: setup WireGuard VPN server automation across providers 2024-07-18 17:24:24 +02:00
config.dist.ini feat(worker): allow manual config of Wireguard keys 2024-07-18 17:48:22 +02:00
requirements.txt feat: setup WireGuard VPN server automation across providers 2024-07-18 17:24:24 +02:00
update_local_config.py fix(config): resolve tempfile mode error in config update 2024-07-18 18:50:58 +02:00
worker.py refactor: lazy-load provider libraries 2024-07-18 18:09:18 +02:00