timeout before cancel a diffusion in monitoring

This commit is contained in:
bkfox
2016-07-19 23:13:04 +02:00
parent 1be3bf1e74
commit 4bbffa9a50
8 changed files with 63 additions and 17 deletions

View File

@ -42,7 +42,6 @@ class StationController(plugins.StationController):
def fetch(self):
super().fetch()
rid = self._send('request.on_air').split(' ')[0]
if ' ' in rid:
rid = rid[:rid.index(' ')]