Skip to content

Commit 38bc4b2

Browse files
committed
fix: fixing sec.
1 parent b6ad27d commit 38bc4b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bullish/app/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def dialog_pick_database() -> None:
125125
st.session_state.database_path = db_path
126126
store_db(db_path)
127127
compatible_bullish_db = compatible_bullish_database(db_path)
128+
BullishDb(database_path=db_path)
128129
if (not compatible_bullish_db) or (
129130
compatible_bullish_db and empty_analysis_table(db_path)
130131
):

0 commit comments

Comments
 (0)