From f46b4177e8f1426e62f238a3f93becd992f0d199 Mon Sep 17 00:00:00 2001 From: Morpheus Date: Tue, 3 Oct 2023 22:02:34 -0300 Subject: [PATCH] fix --- charts/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/views.py b/charts/views.py index c2d62d3..ffb0a1e 100644 --- a/charts/views.py +++ b/charts/views.py @@ -1342,7 +1342,7 @@ async def index(request): except: coin_xmr = list(Coin.objects.filter(name='xmr').order_by('-date'))[0] - if True: #update_xmr: + if update_xmr: count = get_history_function('xmr', yesterday, yesterday) #await asynchronous.update_xmr_data(yesterday, coin_xmr)