Fix scryfall updating

This commit is contained in:
Correl Roush 2022-09-27 19:18:01 -04:00
parent f7277eb250
commit d9c35bc3b3

View file

@ -218,7 +218,7 @@ def update_scryfall(ctx, filename):
if filename: if filename:
source = ScryfallFile(filename) source = ScryfallFile(filename)
else: else:
source = ScryfallApi() source = ScryfallAPI()
async def import_cards(): async def import_cards():
today = datetime.date.today() today = datetime.date.today()