Skip to content

Commit 8b198e4

Browse files
donno2048wang0618
authored andcommitted
ignore cases when looking for script
1 parent 6c8983b commit 8b198e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pywebio/platform/bokeh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def show_app(app, state, notebook_url, port=0, **kw):
149149
\g<2>
150150
});
151151
</script>
152-
""", script)
152+
""", script, flags=re.I)
153153

154154
put_html(script, sanitize=False)
155155

0 commit comments

Comments
 (0)