add new methode of get_username() as fallback and add own file_parser for replace con_to_dict

This commit is contained in:
2025-05-09 16:04:43 +02:00
parent ca26576eab
commit 481362b2e6
5 changed files with 86 additions and 50 deletions

View File

@ -19,6 +19,7 @@ class AppConfig:
CONFIG_DIR: Path = BASE_DIR / ".config/wire_py"
TEMP_DIR: Path = Path("/tmp/tlecdcwg")
USER_FILE: Path = Path("/tmp/.log_user")
PUBLICKEY: Path = CONFIG_DIR / "pbwgk.pem"
# Configuration files
SETTINGS_FILE: Path = CONFIG_DIR / "settings"