API switch to unrestricted ones

This commit is contained in:
thecookingsenpai
2024-01-31 18:25:01 +01:00
parent 632447bdba
commit c153247918
4 changed files with 9 additions and 5 deletions
+2 -2
View File
@@ -56,8 +56,8 @@ class HandleArgs:
value = settings.Keys.get(key)
if not value:
log.error(f"ERROR: {key} not set in environment")
sys.exit(0)
log.error(f"WARNING: {key} not set in environment")
#sys.exit(0)
lines.append(f'{key} = "{value}"\n')