This commit is contained in:
sidya82 2015-04-02 17:49:11 +02:00
parent f031b6af67
commit 0f95ae8e4c
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ from serveur import Log
def handleConnection(connection, client_address) :
#try:
log.printL("Connection from IP -> {}".format(client_address), Log.lvl.INFO)
userListActive(connection)
userListAway(connection)
#userListActive(connection)
#userListAway(connection)
while True:
data = connection.recv(4096)
if data: