removed print
This commit is contained in:
parent
860ac2611c
commit
4292799030
1 changed files with 0 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue