CC-3430: Live Stream: Admin should be able to kick out the source connection
- fixed
This commit is contained in:
parent
92f0f11047
commit
1f5f5057bf
python_apps/pypo
|
@ -90,7 +90,7 @@ class PypoFetch(Thread):
|
||||||
self.switch_source(self.logger, self.telnet_lock, m['sourcename'], m['status'])
|
self.switch_source(self.logger, self.telnet_lock, m['sourcename'], m['status'])
|
||||||
elif command == 'disconnect_source':
|
elif command == 'disconnect_source':
|
||||||
self.logger.info("disconnect_on_source show command received...")
|
self.logger.info("disconnect_on_source show command received...")
|
||||||
self.disconnect_source(self.logger, self.telnet.lock, m['sourcename'])
|
self.disconnect_source(self.logger, self.telnet_lock, m['sourcename'])
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
import traceback
|
import traceback
|
||||||
top = traceback.format_exc()
|
top = traceback.format_exc()
|
||||||
|
|
Loading…
Reference in New Issue