diff --git a/scripts/plotly_streamlit.py b/scripts/plotly_streamlit.py index 5822470f..cf4a0fa4 100755 --- a/scripts/plotly_streamlit.py +++ b/scripts/plotly_streamlit.py @@ -54,7 +54,7 @@ @st.cache_resource() def get_connection(path: str): - uri = f"file:{path}?mode=ro&cache=shared" + uri = f"file:{path}?mode=ro" return sqlite3.connect(uri, uri=True, check_same_thread=False)