diff options
Diffstat (limited to 'scapy/capture.py')
| -rw-r--r-- | scapy/capture.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scapy/capture.py b/scapy/capture.py index c36b0c0..dc0e5a6 100644 --- a/scapy/capture.py +++ b/scapy/capture.py @@ -12,4 +12,4 @@ def packet_capture(pkt): try: sniff(prn=packet_capture, filter="ip", count=50) except PermissionError: - print(f"{sys.argv[0]} nécessite les droits root") + print("Ce script nécessite les droits root") |
