use constants in params.py

This commit is contained in:
2022-03-15 15:29:27 +01:00
parent d20ebedd62
commit 0ba0190ce1
3 changed files with 3 additions and 3 deletions
+1
View File
@@ -192,6 +192,7 @@ def start_book():
modem.phone_number = contact[0].phone
modem.contact = contact[0]
if modem.contact:
commandor.start_page(modem.contact)
start_to_handle_sms(modem)
except Exception as error: