Merge branch 'master' of bitbucket.org:panleicim/appointement_modem_pool

This commit is contained in:
2022-03-17 13:36:13 +01:00
6 changed files with 31 additions and 17 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: