fix data -> json
This commit is contained in:
parent
d1fb08e62d
commit
b43de028af
1 changed files with 1 additions and 1 deletions
|
@ -125,5 +125,5 @@ dashboard_data = {
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
make_dashboard = session.post(url_base + '/dashboards/import', data=dashboard_data, auth=auth, verify=verify)
|
make_dashboard = session.post(url_base + '/dashboards/import', json=dashboard_data, auth=auth, verify=verify)
|
||||||
print('Created dashboard "Varken-Script"')
|
print('Created dashboard "Varken-Script"')
|
||||||
|
|
Loading…
Reference in a new issue