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.")