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