This commit is contained in:
sidya82 2015-04-02 17:49:11 +02:00
parent f031b6af67
commit 0f95ae8e4c

View File

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