Add debug
All checks were successful
perso/huawei-3G-SMS-API/pipeline/head This commit looks good

This commit is contained in:
Julien Cabillot 2020-06-17 20:31:39 -04:00
parent 9143ddac9e
commit 470c4f3a79

View File

@ -117,6 +117,7 @@ def getUnread(device_ip, headers):
return unread
if __name__ == "__main__":
pb.push_note("SMS", "Starting SMS Huawei 3G")
while True:
device_ip = os.environ['GW_IP']
if not isHilink(device_ip):