Remove no longer used argument from IdeEH.__init__ call

This commit is contained in:
Kristóf Tóth 2018-06-04 21:48:54 +02:00
parent d7f272a535
commit 60986fa51d
1 changed files with 1 additions and 2 deletions

View File

@ -77,8 +77,7 @@ if __name__ == '__main__':
key='ide',
allowed_directories=[TFWENV.IDE_WD, TFWENV.WEBSERVICE_DIR],
directory=TFWENV.IDE_WD,
exclude=['*.pyc'],
additional_watched_directories=[TFWENV.WEBSERVICE_DIR]
exclude=['*.pyc']
)
terminal = TerminalEventHandler( # Web shell backend
key='shell',