mirror of
https://github.com/FAUSheppy/monitoring-tools
synced 2025-12-06 03:21:35 +01:00
fix: remove debug line
This commit is contained in:
@@ -67,6 +67,6 @@ if __name__ == "__main__":
|
|||||||
struct = {
|
struct = {
|
||||||
"users" : args.owners,
|
"users" : args.owners,
|
||||||
"groups" : args.owner_groups,
|
"groups" : args.owner_groups,
|
||||||
"data" : "testtest" #vars(args)
|
"data" : vars(args)
|
||||||
}
|
}
|
||||||
requests.post(url, json=struct, auth=(user, password))
|
requests.post(url, json=struct, auth=(user, password))
|
||||||
|
|||||||
Reference in New Issue
Block a user