Readme requierement

This commit is contained in:
sidya82 2015-04-03 11:19:47 +02:00
parent f2072970a3
commit 0a3489ab05
3 changed files with 9 additions and 1 deletions

View File

@ -1,2 +1,7 @@
# DNC
client
Requierement :
-> python 3.4
-> pyqt4
-> pyside

View File

@ -1,2 +1,5 @@
# DNC
serveur
Requierement :
-> python 3.4

View File

@ -68,7 +68,7 @@ def handleRequest(connection, data):
def broadcastMsg(connection,message):
log.printL(usersConnected, Log.lvl.DEBUG)
log.printL("User Connected : {}".format(usersConnected), Log.lvl.DEBUG)
for con, value in usersConnected.items() :
if usersConnected[con][1] is not None and con != connection and connection[con][2] == True:
try: