teil13
This commit is contained in:
12
teil13/network/const.py
Normal file
12
teil13/network/const.py
Normal file
@@ -0,0 +1,12 @@
|
||||
#network/const.py
|
||||
|
||||
import socket
|
||||
|
||||
# TCP Port
|
||||
__PORT__ = 6554
|
||||
|
||||
#Server-IP
|
||||
__SERVER__ = socket.gethostbyname(socket.gethostname())
|
||||
|
||||
# Server-Adresse (IP,Port)
|
||||
__ADDRESS__ = (__SERVER__,__PORT__)
|
Reference in New Issue
Block a user