removed print

This commit is contained in:
bton 2024-02-21 21:43:41 +01:00
parent 860ac2611c
commit 4292799030

View file

@ -16,8 +16,6 @@ def get_reader():
def onTagSense(tag):
id = int.from_bytes(tag.identifier, "big")
print(id)
print(f"{url}tag_id")
response = requests.post(f"{url}tag_id", data={"id":id})
print(response.json())
try: