Raised sleep to 10 because 5secs didn't suffice obviously.
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user