From 8ba9f1bc03e5bb46fa77e75e634c2f9e3889afd3 Mon Sep 17 00:00:00 2001 From: go-outside-helper <138340846+go-outside-helper@users.noreply.github.com> Date: Thu, 14 Mar 2024 17:51:22 +0100 Subject: [PATCH] Update route.py --- Network_and_802.11/scapy/route.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Network_and_802.11/scapy/route.py b/Network_and_802.11/scapy/route.py index d168c0b..dff6936 100644 --- a/Network_and_802.11/scapy/route.py +++ b/Network_and_802.11/scapy/route.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -__author__ = "bt3" +__author__ = "Mia Stein" from scapy.all import * @@ -12,4 +12,4 @@ print conf.route conf.route.resync() -print conf.route \ No newline at end of file +print conf.route