changed gitignore
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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
|
||||||
1
test.py
1
test.py
@@ -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'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user