This commit is contained in:
2025-07-25 15:55:30 +02:00
parent b4eee312df
commit 51cd89c16d
2 changed files with 14 additions and 11 deletions

View File

@@ -12,3 +12,4 @@ def getSecretConfig(serv, key):
for line in config:
if line.startswith(f"{key}="):
return line.split("=", 2)[1].split("#")[0].strip()