add bokeh word to server output

This commit is contained in:
sibille_r 2023-08-16 16:59:44 +02:00
parent 1a5d61a9f7
commit 779426f4bb

View File

@ -47,7 +47,7 @@ doc.sxtal_refgen_path = args.sxtal_refgen_path
bokeh_stream = logging.getLogger("bokeh").handlers[0].stream bokeh_stream = logging.getLogger("bokeh").handlers[0].stream
log_textareainput = TextAreaInput(title="logging output:") log_textareainput = TextAreaInput(title="logging output:")
bokeh_log_textareainput = TextAreaInput(title="server output:") bokeh_log_textareainput = TextAreaInput(title="bokeh server output:")
def proposal_textinput_callback(_attr, _old, _new): def proposal_textinput_callback(_attr, _old, _new):