From 1856d54b75f4bc2708ee6b04f466cf39d59b6bf6 Mon Sep 17 00:00:00 2001 From: anon Date: Sat, 24 Sep 2022 08:09:18 -0300 Subject: [PATCH] fixed now socials --- charts/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/views.py b/charts/views.py index 648a93e..2656b48 100644 --- a/charts/views.py +++ b/charts/views.py @@ -928,7 +928,6 @@ async def index(request): social_xmr = list(Social.objects.filter(name='Monero').filter(date=yesterday))[0] social_btc = list(Social.objects.filter(name='Bitcoin').filter(date=yesterday))[0] social_crypto = list(Social.objects.filter(name='Cryptocurrency').filter(date=yesterday))[0] - print(social_xmr.subscriberCount) if social_btc and social_xmr and social_crypto: print('socials found yesterday') update_socials = False