updated scripts

This commit is contained in:
Caleb Fultz 2024-08-13 16:27:22 -04:00
parent 8c45c0e501
commit cad067d5cb
2 changed files with 2 additions and 2 deletions

View File

@ -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()

View File

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