Compare commits
2 Commits
558ed192d9
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| f537edc4cb | |||
| 63a3dee8fd |
@@ -124,7 +124,7 @@ def fritzab2matrix(tam):
|
|||||||
for a in messages:
|
for a in messages:
|
||||||
|
|
||||||
# format the information regarding the message
|
# format the information regarding the message
|
||||||
msg_info = a['Date'] + " - " + a['Number']
|
msg_info = a['Date'] + " - " + str(a['Number'])
|
||||||
if a['Name']:
|
if a['Name']:
|
||||||
msg_info += " (" + a['Name'] + ") "
|
msg_info += " (" + a['Name'] + ") "
|
||||||
|
|
||||||
@@ -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