Update pyshark_example.py

This commit is contained in:
santosomar 2019-03-31 00:59:47 -04:00
parent afc057c0d1
commit c27ac7f7ff

View File

@ -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)