Update process_network_total.py

This commit is contained in:
Mr Chen 2024-06-05 13:33:23 +08:00
parent 1cadeb3f59
commit ade3a5621f
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ except ImportError:
elif os.path.exists('/usr/bin/yum'):
os.system("yum install libpcap-devel -y")
os.system("btpip install pypcap")
os.system("pip install pypcap")
try:
import pcap
except ImportError: