Update tcp_proxy.py

This commit is contained in:
go-outside-helper 2024-03-14 17:55:01 +01:00 committed by GitHub
parent 958d7ea2e0
commit dd15c619c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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