use port info in params.py

This commit is contained in:
2022-03-17 11:12:50 +01:00
parent 7ca23a2274
commit 677bf36599
2 changed files with 3 additions and 5 deletions
+2 -2
View File
@@ -113,9 +113,9 @@ def handle_sms(sms):
logger.info("will close used modem")
current_gsm_modem.close()
else:
logger.info("the sms is not for RDV")
logger.info("The sms is not for RDV")
else:
logger.info("the sms is not for today")
logger.info("The sms is not for today")
def init_modems() -> list: