From cad067d5cb279cfa3e453b525e76123717fe4539 Mon Sep 17 00:00:00 2001 From: Caleb Fultz Date: Tue, 13 Aug 2024 16:27:22 -0400 Subject: [PATCH] updated scripts --- cli_cards.py | 2 +- image_dl.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli_cards.py b/cli_cards.py index 504e490..03ce441 100644 --- a/cli_cards.py +++ b/cli_cards.py @@ -40,7 +40,7 @@ def main(): "Each card entry should be specified in the following format: " "Card_Name Set_Code Collector_Number Quantity Foil. " "Foil should be 'True' or 'False' indicating if the card is foil or not. " - "This option can be used multiple times to add multiple cards in one command.")) + "This option can be used multiple times to add multiple cards in one command. ")) args = parser.parse_args() diff --git a/image_dl.py b/image_dl.py index 2aac789..0dc7f57 100644 --- a/image_dl.py +++ b/image_dl.py @@ -78,4 +78,4 @@ if __name__ == "__main__": # Start the download process download_images_from_csv(csv_path, output_folder) - print("Download completed.") + print("Download complete.")