Make code narrower so it doesn't overflow

This commit is contained in:
Kristóf Tóth 2018-12-03 22:39:46 +01:00
parent 31803cd421
commit c3880c4df4
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ ide = IdeEventHandler( # Web IDE backend
directory=TFWENV.IDE_WD,
exclude=['*.pyc']
)
logmonitor = LogMonitoringEventHandler( # Sends live logs of webservice process to frontend
logmonitor = LogMonitoringEventHandler( # Sends live logs to frontend
key='logmonitor',
process_name='webservice',
log_tail=2000