Skip to content

Commit

Permalink
The beep is gone!
Browse files Browse the repository at this point in the history
  • Loading branch information
hankhank10 committed Jun 28, 2020
1 parent 1dcf348 commit c699d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readnfc.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ def touched(tag):
r = requests.post(appsettings.usagestatsurl, data = {'time': time.time(), 'value1': appsettings.appversion, 'value2': hex(uuid.getnode()), 'value3': 'appstart'})

while True:
reader.connect(rdwr={'on-connect': touched})
reader.connect(rdwr={'on-connect': touched, 'beep-on-connect': False})
time.sleep(0.1);

0 comments on commit c699d73

Please sign in to comment.