mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
style
This commit is contained in:
parent
77e94c8047
commit
0fe568970b
3 changed files with 3 additions and 3 deletions
|
@ -89,8 +89,7 @@ def main():
|
|||
PM3_SUBPROC = Popen([args.pm3_path, "-i", "-f"], stdin=PIPE, stdout=PIPE)
|
||||
PM3_SUBPROC_QUEUE = Queue()
|
||||
|
||||
thread = Thread(target=enqueue_output,
|
||||
args=(PM3_SUBPROC.stdout, PM3_SUBPROC_QUEUE))
|
||||
thread = Thread(target=enqueue_output, args=(PM3_SUBPROC.stdout, PM3_SUBPROC_QUEUE))
|
||||
thread.start()
|
||||
|
||||
if args.target_block != -1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue