smallies
This commit is contained in:
@@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user