simple_server: Correctly pass health option
authorNirbheek Chauhan <nirbheek@centricular.com>
Mon, 25 May 2020 18:28:29 +0000 (18:28 +0000)
committerMatthew Waters <matthew@centricular.com>
Thu, 18 Jun 2020 13:34:48 +0000 (23:34 +1000)
commit78df1ca74ccee09a83b9e30eb307b7f93056e469
tree2fe626c07c496f153c0828cba13ed729f9ca8126
parent180e1ce24c7742b983f0f662ab2d0421988272e3
simple_server: Correctly pass health option

It was completely ignored. Also don't de-serialize options. Just parse
them directly in `__init__`. Less error-prone.
webrtc/signalling/simple_server.py