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):
|
def onTagSense(tag):
|
||||||
id = int.from_bytes(tag.identifier, "big")
|
id = int.from_bytes(tag.identifier, "big")
|
||||||
print(id)
|
|
||||||
print(f"{url}tag_id")
|
|
||||||
response = requests.post(f"{url}tag_id", data={"id":id})
|
response = requests.post(f"{url}tag_id", data={"id":id})
|
||||||
print(response.json())
|
print(response.json())
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue