Fix scryfall updating
This commit is contained in:
parent
f7277eb250
commit
d9c35bc3b3
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue