From 958d7ea2e09166a87325b25b8556bcf5365f470c 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:54:55 +0100 Subject: [PATCH] Update tcp_client.py --- Network_and_802.11/socket/tcp_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Network_and_802.11/socket/tcp_client.py b/Network_and_802.11/socket/tcp_client.py index e410333..2b8f106 100755 --- a/Network_and_802.11/socket/tcp_client.py +++ b/Network_and_802.11/socket/tcp_client.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -__author__ = "bt3" +__author__ = "Mia Stein" import socket