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