commented test out of code

This commit is contained in:
bton 2024-04-12 23:17:55 +02:00
parent 8f26897581
commit 80219414c7

View file

@ -21,7 +21,7 @@ def onTagSense(tag):
response = requests.post(f"{url}tag_id", data={"id":id}) response = requests.post(f"{url}tag_id", data={"id":id})
try: try:
if response.json()["mode"] == "balance" or response.json()["mode"] == "message": if response.json()["mode"] == "balance" or response.json()["mode"] == "message":
oled.Balance(response.json()["username"], response.json()["balance"]) #oled.Balance(response.json()["username"], response.json()["balance"])
return True return True
except: except:
None None