We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ad27d commit 38bc4b2Copy full SHA for 38bc4b2
bullish/app/app.py
@@ -125,6 +125,7 @@ def dialog_pick_database() -> None:
125
st.session_state.database_path = db_path
126
store_db(db_path)
127
compatible_bullish_db = compatible_bullish_database(db_path)
128
+ BullishDb(database_path=db_path)
129
if (not compatible_bullish_db) or (
130
compatible_bullish_db and empty_analysis_table(db_path)
131
):
0 commit comments