mirror of
https://gitlab.sectorq.eu/jaydee/omv_backup.git
synced 2025-12-14 18:04:53 +01:00
build
This commit is contained in:
@@ -83,7 +83,6 @@ if args.backup and args.portainer:
|
|||||||
json_data = {
|
json_data = {
|
||||||
'password': PASSWORD,
|
'password': PASSWORD,
|
||||||
}
|
}
|
||||||
|
|
||||||
response = requests.post('https://portainer.sectorq.eu/api/backup', headers=headers, json=json_data, verify=True)
|
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
|
# Note: json_data will not be serialized by requests
|
||||||
|
|||||||
Reference in New Issue
Block a user