From c27ac7f7ff1b8664cd1e2dbf08cb4fe79f79dd2e Mon Sep 17 00:00:00 2001 From: santosomar Date: Sun, 31 Mar 2019 00:59:47 -0400 Subject: [PATCH] Update pyshark_example.py --- python_ruby_and_bash/pyshark_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_ruby_and_bash/pyshark_example.py b/python_ruby_and_bash/pyshark_example.py index 233064a..6b8c93c 100644 --- a/python_ruby_and_bash/pyshark_example.py +++ b/python_ruby_and_bash/pyshark_example.py @@ -11,4 +11,4 @@ import pyshark for packet in capture.sniff_continuously(packet_count=5): - print (You just captured a packet:', packet) + print ('You just captured a packet:', packet)