updated scripts
This commit is contained in:
parent
8c45c0e501
commit
cad067d5cb
@ -40,7 +40,7 @@ def main():
|
|||||||
"Each card entry should be specified in the following format: "
|
"Each card entry should be specified in the following format: "
|
||||||
"Card_Name Set_Code Collector_Number Quantity Foil. "
|
"Card_Name Set_Code Collector_Number Quantity Foil. "
|
||||||
"Foil should be 'True' or 'False' indicating if the card is foil or not. "
|
"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()
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
@ -78,4 +78,4 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
# Start the download process
|
# Start the download process
|
||||||
download_images_from_csv(csv_path, output_folder)
|
download_images_from_csv(csv_path, output_folder)
|
||||||
print("Download completed.")
|
print("Download complete.")
|
||||||
|
Loading…
Reference in New Issue
Block a user