This commit is contained in:
2025-11-18 22:00:41 +01:00
parent 354b16da49
commit 2f58d525fd

View File

@@ -83,7 +83,6 @@ if args.backup and args.portainer:
json_data = {
'password': PASSWORD,
}
response = requests.post('https://portainer.sectorq.eu/api/backup', headers=headers, json=json_data, verify=True)
# Note: json_data will not be serialized by requests