From 11b172209aa85e5df64f6f152de0e5777b0c273e Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Wed, 5 Mar 2025 14:49:59 +0100 Subject: [PATCH] bugfixing --- app/create_institute_db.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/create_institute_db.py b/app/create_institute_db.py index aaf84c9..a597471 100755 --- a/app/create_institute_db.py +++ b/app/create_institute_db.py @@ -156,7 +156,6 @@ class InstituteDatabase: parsed_data = [ {**item, 'type': ('stocks' if item['symbol'] in stock_symbols else - 'crypto' if item['symbol'] in crypto_symbols else 'etf' if item['symbol'] in etf_symbols else None)} for item in parsed_data if 'symbol' in item and item['symbol'] is not None and item['symbol'] in total_symbols