Changeset - e748d6edd375
[Not reviewed]
default
0 1 0
Drew Perttula - 18 years ago 2007-06-17 22:42:25
drewp@bigasterisk.com
CC logging
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
bin/curvecalc
Show inline comments
 
@@ -51,6 +51,7 @@ class Music:
 
    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))
0 comments (0 inline, 0 general)