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:
source = ScryfallFile(filename)
else:
source = ScryfallApi()
source = ScryfallAPI()
async def import_cards():
today = datetime.date.today()