Mercurial > code > home > repos > light9
changeset 402:e748d6edd375
CC logging
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sun, 17 Jun 2007 22:42:25 +0000 |
parents | 3e3ba0e3d4b8 |
children | 26a73a4647cb |
files | bin/curvecalc |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/bin/curvecalc Sun Jun 17 22:42:09 2007 +0000 +++ b/bin/curvecalc Sun Jun 17 22:42:25 2007 +0000 @@ -51,6 +51,7 @@ def current_time(self): """return deferred which gets called with the current time""" if self.player is None: + print "connect to player" self.player = Proxy(networking.musicUrl()) # d = self.player.callRemote("songlength") # d.addCallback(lambda l: dispatcher.send("max time",maxtime=l))