Indention Bug (tm)
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4365 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
39a4686df7
commit
7a08a17a6b
|
@ -189,12 +189,11 @@ class RequestHandler(SocketServer.ThreadingMixIn, SocketServer.StreamRequestHand
|
|||
if not newGameData:
|
||||
logging.debug("End of gameserver")
|
||||
return
|
||||
|
||||
#set Gamedata
|
||||
g.setData(newGameData)
|
||||
#set gamehost
|
||||
g.host = gameHost
|
||||
gdb.listGames()
|
||||
#set Gamedata
|
||||
g.setData(newGameData)
|
||||
#set gamehost
|
||||
g.host = gameHost
|
||||
gdb.listGames()
|
||||
except KeyError:
|
||||
logging.warning("Communication error with %s" % g )
|
||||
finally:
|
||||
|
|
Loading…
Reference in New Issue