Compare commits

..

No commits in common. "558ed192d94f9f5596bfb4b041978ef43f90e32e" and "114e9c3e495eca534edc7659fe6da6e9e1fb998e" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ from libs.monitoring import endedCall
from libs.message import conversion as conv
import urllib.request
import xmltodict, json
import sys, os, time
import sys, os
import smbclient
@ -97,6 +97,7 @@ def lastcall2matrix(tam,tam_no):
def fritzab2matrix(tam):
### CHECK AND GET MESSAGES FROM FRITZBOX ###
############################################
@ -172,7 +173,6 @@ def fritzab2matrix(tam):
def multitam(tams):
time.sleep(5)
for tam in tams.keys():
print("Check TAM {}.".format(tam))
fritzab2matrix(tam)