Raised sleep to 10 because 5secs didn't suffice obviously.
This commit is contained in:
parent
558ed192d9
commit
63a3dee8fd
|
@ -172,7 +172,7 @@ def fritzab2matrix(tam):
|
||||||
|
|
||||||
|
|
||||||
def multitam(tams):
|
def multitam(tams):
|
||||||
time.sleep(5)
|
time.sleep(10)
|
||||||
for tam in tams.keys():
|
for tam in tams.keys():
|
||||||
print("Check TAM {}.".format(tam))
|
print("Check TAM {}.".format(tam))
|
||||||
fritzab2matrix(tam)
|
fritzab2matrix(tam)
|
||||||
|
|
Loading…
Reference in New Issue