Skip to content

Commit

Permalink
Merge pull request #120 from turbolocust/master
Browse files Browse the repository at this point in the history
Fixed unresolved reference
  • Loading branch information
nehpetsde committed Oct 30, 2018
2 parents 19ba616 + 6cd8340 commit 6649146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/beam.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def run_recv_send_action(args, llc, rcvd_ndef_msg):
break
for msg_recv, msg_send in args.translations:
if msg_recv == rcvd_ndef_msg:
log.info('rcvd beam {0!r}'.format(msg_rcvd))
log.info('rcvd beam {0!r}'.format(msg_recv))
log.info('send beam {0!r}'.format(msg_send))
nfc.snep.SnepClient(llc).put(msg_send)
break
Expand Down

0 comments on commit 6649146

Please sign in to comment.