Changeset - 1e24716ea16f
[Not reviewed]
default
0 1 0
David McClosky - 15 years ago 2010-06-19 19:03:27
dmcc@bigasterisk.com
vidref: random fix which might make it more robust
Ignore-this: 39f1ebe884a2f8cca8313d39ee5d5f31
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/vidref/replay.py
Show inline comments
 
@@ -38,7 +38,7 @@ class ReplayViews(object):
 
        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:
0 comments (0 inline, 0 general)