Mercurial > code > home > repos > light9
diff bin/lightsim @ 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 | 2d9c85c98be6 |
children | b5efddd80dad |
line wrap: on
line diff
--- a/bin/lightsim Wed Jun 15 05:30:00 2011 +0000 +++ b/bin/lightsim Wed Jun 15 05:30:19 2011 +0000 @@ -118,7 +118,7 @@ window = Window(requiredImages(graph)) window.show() - serv = Proxy(networking.dmxServerUrl()) + serv = Proxy(networking.dmxServer.url) pollFreq = updatefreq.Updatefreq() LoopingCall(poll, graph, serv, pollFreq, window.glWidget).start(.05)