changed gitignore

This commit is contained in:
2024-06-19 00:12:56 +02:00
parent 50d9c060dd
commit 8ff792cffc
2 changed files with 3 additions and 2 deletions

4
.gitignore vendored
View File

@@ -1,3 +1,3 @@
.venv .venv
detelete_old_clients_ds/output/ delete_old_clients_ds/output/
detelete_old_clients_ds/detelete_old_clients_ds-*.tar.gz delete_old_clients_ds/delete_old_clients_ds-*.tar.gz

View File

@@ -27,6 +27,7 @@ def find_old_clients():
'| rename clientName as guid ' '| rename clientName as guid '
'| fields guid') '| fields guid')
data = { 'search': search } data = { 'search': search }
print(data)
header = { header = {
'Content-Type: application/json' 'Content-Type: application/json'
} }