Skip to content

Commit

Permalink
fix: raspberry rfid request error
Browse files Browse the repository at this point in the history
  • Loading branch information
heewoneha committed Dec 2, 2023
1 parent a0c6514 commit ed15d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raspberry_pi/rfid.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def rfid_rc522():
try:
while True:
id, text = reader.read()
send_rfid_post_request(id, text)
send_rfid_post_request(str(id), text)

time.sleep(10)
finally:
Expand Down

0 comments on commit ed15d67

Please sign in to comment.