Solved other port bugs

This commit is contained in:
2025-07-05 10:55:32 +02:00
parent 35bfeeb51e
commit 5fc19f6ccb
4 changed files with 9 additions and 13 deletions

View File

@@ -25,7 +25,6 @@ import os
from dotenv import load_dotenv
from pathlib import Path
# Always load .env from the script's directory
dotenv_path = Path(__file__).resolve().parent / ".env"
if dotenv_path.exists():