Print a 'Done.' when the script finished its work

This commit is contained in:
OniriCorpe 2024-05-05 22:38:53 +02:00
parent 5ea2665b5f
commit 392942145d

View file

@ -140,5 +140,7 @@ def generate_mirrors():
print("Repository cloned and configured.") print("Repository cloned and configured.")
time.sleep(5) # Sleeping for 5 seconds to cooldown the API time.sleep(5) # Sleeping for 5 seconds to cooldown the API
print("Done.")
generate_mirrors() generate_mirrors()