Changed wait default to 25 mins.
This commit is contained in:
parent
2f5be01ec9
commit
03f68df7ec
4 changed files with 3 additions and 4 deletions
|
@ -46,7 +46,6 @@ from config import apikey, wait
|
|||
def sleep(minutes):
|
||||
if minutes < 16:
|
||||
minutes = 16
|
||||
print("Waiting", minutes, "minutes for DNS changes to complete...")
|
||||
time.sleep(minutes * 60)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue