Raised sleep to 10 because 5secs didn't suffice obviously.

This commit is contained in:
Homer S. 2021-07-22 18:20:38 +02:00
parent 558ed192d9
commit 63a3dee8fd
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ def fritzab2matrix(tam):
def multitam(tams):
time.sleep(5)
time.sleep(10)
for tam in tams.keys():
print("Check TAM {}.".format(tam))
fritzab2matrix(tam)