mirror of
https://github.com/YunoHost/yunodevtools.git
synced 2024-09-03 20:16:19 +02:00
Print a 'Done.' when the script finished its work
This commit is contained in:
parent
5ea2665b5f
commit
392942145d
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Reference in a new issue