fix con_inst problem

This commit is contained in:
MuslemRahimi 2024-07-03 00:01:25 +02:00
parent 382294d5cc
commit fb578b32d3

View File

@ -111,6 +111,7 @@ with db_connection(INSTITUTE_DB) as cursor:
con = sqlite3.connect('stocks.db')
etf_con = sqlite3.connect('etf.db')
crypto_con = sqlite3.connect('crypto.db')
con_inst = sqlite3.connect('institute.db')
load_dotenv()