Update netcat_simple.py

This commit is contained in:
go-outside-helper 2024-03-14 17:54:47 +01:00 committed by GitHub
parent c29a287a63
commit 9fd09bbec0
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
@ -33,4 +33,4 @@ if __name__ == '__main__':
text_to_send = ''
text_recved = netcat(text_to_send))
print text_recved[1]
print text_recved[1]