Specify coingecko id's and remove async keyword from cli

This commit is contained in:
Gui Heise
2022-01-14 13:17:37 -05:00
parent 7af515d1ac
commit 3072e4a826
3 changed files with 4 additions and 4 deletions

2
cli.py
View File

@@ -108,7 +108,7 @@ def enqueue_many_blocks_command(after_block: int, before_block: int, batch_size:
@cli.command()
@coro
async def fetch_all_prices():
def fetch_all_prices():
inspect_db_session = get_inspect_session()
logger.info("Fetching prices")