Changeset - 083137dae55d
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 7 years ago 2018-06-08 21:50:09
drewp@bigasterisk.com
vidref don't mangle the picurl from config
Ignore-this: c7be3e2063937a8e3c6629b6bcd99fc5
1 file changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
light9/vidref/remotepivideo.py
Show inline comments
 
@@ -32,8 +32,7 @@ class Pipeline(object):
 
            return
 
        
 
        # this cannot yet survive being called a second time
 
        self._startRequest(str(self.picsUrl.replace('/pic', '/pics')) +
 
                           '&res=1080&resize=450')
 
        self._startRequest(str(self.picsUrl))
 
        
 
    def _replaceLiveVideoWidget(self, liveVideo):
 
        aspectFrame = liveVideo.get_parent()
0 comments (0 inline, 0 general)