diff --git a/tutor/cli.py b/tutor/cli.py index 8c0a853..c978c52 100644 --- a/tutor/cli.py +++ b/tutor/cli.py @@ -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()