ns-devel
commited on
Commit
•
29b753f
1
Parent(s):
1b52b32
Comemnted mf script code
Browse files
core/management/commands/update_mf.py
CHANGED
@@ -82,9 +82,9 @@ class Command(BaseCommand):
|
|
82 |
def handle(self, *args, **options) -> None:
|
83 |
t1 = time.perf_counter()
|
84 |
try:
|
85 |
-
MFList().run()
|
86 |
-
MFRanking().run()
|
87 |
-
get_funds_details()
|
88 |
StockRankings().run()
|
89 |
get_stock_details()
|
90 |
except Exception as e:
|
|
|
82 |
def handle(self, *args, **options) -> None:
|
83 |
t1 = time.perf_counter()
|
84 |
try:
|
85 |
+
# MFList().run()
|
86 |
+
# MFRanking().run()
|
87 |
+
# get_funds_details()
|
88 |
StockRankings().run()
|
89 |
get_stock_details()
|
90 |
except Exception as e:
|