Removed some possible leaking of personal data.

This commit is contained in:
b267a 2025-07-16 00:03:19 +02:00
parent 6355cd56ed
commit 411b079010

2
kit.py
View file

@ -171,8 +171,6 @@ def test_reservation():
}
)
print(r3.status_code, r3.text)
if r3.ok:
print("Reservation successful!")
return True