fix
This commit is contained in:
parent
1f057db4d8
commit
f46b4177e8
1 changed files with 1 additions and 1 deletions
|
@ -1342,7 +1342,7 @@ async def index(request):
|
||||||
except:
|
except:
|
||||||
coin_xmr = list(Coin.objects.filter(name='xmr').order_by('-date'))[0]
|
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)
|
count = get_history_function('xmr', yesterday, yesterday)
|
||||||
#await asynchronous.update_xmr_data(yesterday, coin_xmr)
|
#await asynchronous.update_xmr_data(yesterday, coin_xmr)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue