Mercurial > code > home > repos > light9
diff bin/keyboardcomposer @ 623:46d319974176
move networking settings to config.n3
Ignore-this: 42a6390f9354a171c4d43e1c65a551ca
author | drewp@bigasterisk.com |
---|---|
date | Wed, 15 Jun 2011 05:30:19 +0000 |
parents | 86801c24a3ec |
children | adc5d450f890 |
line wrap: on
line diff
--- a/bin/keyboardcomposer Wed Jun 15 05:30:00 2011 +0000 +++ b/bin/keyboardcomposer Wed Jun 15 05:30:19 2011 +0000 @@ -470,7 +470,7 @@ import twisted.internet try: - reactor.listenTCP(networking.kcPort(), + reactor.listenTCP(networking.keyboardComposer.port, server.Site(LevelServerHttp(kc.name_to_subtk))) except twisted.internet.error.CannotListenError, e: print "Can't (and won't!) start level server:"