Skip to content

Commit

Permalink
#30. fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
changtengfei committed Oct 4, 2018
1 parent 04539eb commit 164b6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArgusClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def main():
exit()
wireshark_cmd = ["wireshark", "-k", "-i", format(fifo_name)]

proc = subprocess.Popen(wireshark_cmd)
proc = subprocess.Popen(wireshark_cmd, shell=True)

# start threads
txWiresharkThread = TxWiresharkThread()
Expand Down

0 comments on commit 164b6cc

Please sign in to comment.