Update udp_server.py

This commit is contained in:
go-outside-helper 2024-03-14 17:55:25 +01:00 committed by GitHub
parent a5549318f0
commit 10c2e06152
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
@ -19,4 +19,4 @@ def udp_server():
print data
if __name__ == '__main__':
udp_server()
udp_server()