# HG changeset patch # User drewp@bigasterisk.com # Date 1308122955 0 # Node ID f7995796e7c7e9dc4faf64eb4a3e1dc5c74813a4 # Parent 55f35d7bc274b89685e5a9e3ee4b69b3e96fbff2 restkit api fix Ignore-this: 4dbac7ffb08764810ca3ad31325d7dc6 diff -r 55f35d7bc274 -r f7995796e7c7 light9/vidref/main.py --- a/light9/vidref/main.py Wed Jun 15 07:06:21 2011 +0000 +++ b/light9/vidref/main.py Wed Jun 15 07:29:15 2011 +0000 @@ -52,7 +52,7 @@ def _timeUpdate(self): while True: try: - position = jsonlib.loads(self.musicResource.get("time").body, + position = jsonlib.loads(self.musicResource.get("time").body_string(), use_float=True) # this is meant to be the time when the server gave me its