Skip to content

Commit

Permalink
Remove cache=shared
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Mar 8, 2025
1 parent eac6ab6 commit 121c72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/plotly_streamlit.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 121c72d

Please sign in to comment.