changeset 1818:083137dae55d

vidref don't mangle the picurl from config Ignore-this: c7be3e2063937a8e3c6629b6bcd99fc5
author drewp@bigasterisk.com
date Fri, 08 Jun 2018 21:50:09 +0000
parents 3ab0dc73cf2b
children fe4dd7e7c4ba
files light9/vidref/remotepivideo.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/light9/vidref/remotepivideo.py	Fri Jun 08 21:50:02 2018 +0000
+++ b/light9/vidref/remotepivideo.py	Fri Jun 08 21:50:09 2018 +0000
@@ -32,8 +32,7 @@
             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()