# HG changeset patch # User drewp@bigasterisk.com # Date 1528494609 0 # Node ID 083137dae55d32a6e416bbb0a4d8137146e33ceb # Parent 3ab0dc73cf2bc365596c02fc408d17140a6a5a6e vidref don't mangle the picurl from config Ignore-this: c7be3e2063937a8e3c6629b6bcd99fc5 diff -r 3ab0dc73cf2b -r 083137dae55d light9/vidref/remotepivideo.py --- 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()