Removed some possible leaking of personal data.
This commit is contained in:
parent
6355cd56ed
commit
411b079010
1 changed files with 0 additions and 2 deletions
2
kit.py
2
kit.py
|
|
@ -171,8 +171,6 @@ def test_reservation():
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
print(r3.status_code, r3.text)
|
|
||||||
|
|
||||||
if r3.ok:
|
if r3.ok:
|
||||||
print("Reservation successful!")
|
print("Reservation successful!")
|
||||||
return True
|
return True
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue