Remove unused variable from terminado server

This commit is contained in:
Kristóf Tóth 2018-08-01 14:17:17 +02:00
parent aa0fe5d00f
commit 564c97e66a

View File

@ -26,7 +26,6 @@ class TerminalEventHandler(EventHandlerBase):
:param monitor: tfw.components.HistoryMonitor instance to read command history from
"""
super().__init__(key)
self.working_directory = TFWENV.TERMINADO_DIR
self._historymonitor = monitor
bash_as_user_cmd = ['sudo', '-u', TAOENV.USER, 'bash']