From dd15c619c79240baf6ff0263b991758382e881a3 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:55:01 +0100 Subject: [PATCH] Update tcp_proxy.py --- Network_and_802.11/socket/tcp_proxy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Network_and_802.11/socket/tcp_proxy.py b/Network_and_802.11/socket/tcp_proxy.py index 50cc68a..1fce02a 100755 --- a/Network_and_802.11/socket/tcp_proxy.py +++ b/Network_and_802.11/socket/tcp_proxy.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -__author__ = "bt3" +__author__ = "Mia Stein" import socket @@ -154,4 +154,4 @@ def main(): server_loop(local_host, local_port, remote_host, remote_port, receive_first) if __name__ == '__main__': - main() \ No newline at end of file + main()