changeset 563:1e24716ea16f

vidref: random fix which might make it more robust Ignore-this: 39f1ebe884a2f8cca8313d39ee5d5f31
author David McClosky <dmcc@bigasterisk.com>
date Sat, 19 Jun 2010 19:03:27 +0000
parents 306396fe057f
children 80a788418f46
files light9/vidref/replay.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/light9/vidref/replay.py	Sat Jun 19 19:16:47 2010 +0000
+++ b/light9/vidref/replay.py	Sat Jun 19 19:03:27 2010 +0000
@@ -38,7 +38,7 @@
         a new replay view)
         """
         t1 = time.time()
-        if position['started'] != self.lastStart:
+        if position.get('started') != self.lastStart:
             self.loadViewsForSong(position['song'])
             self.lastStart = position['started']
         for v in self.views: