Merge remote-tracking branch 'origin/master'

This commit is contained in:
2022-12-21 12:19:03 +01:00
2 changed files with 6 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ location /.well-known/acme-challenge/ {
if __name__ == "__main__":
FILE = "vms.json"
print(vm.HA_PROXY_STATIC_ACLS)
with open(FILE) as f:
jsonList = json.load(f)
vmList = []