Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#98 Change mode added #110

Merged
merged 15 commits into from
Oct 20, 2023
Merged

#98 Change mode added #110

merged 15 commits into from
Oct 20, 2023

Conversation

elizaveta-andreeva
Copy link
Collaborator

No description provided.

bot.py Outdated
@@ -25,6 +25,10 @@

PREPARE, TYPING, SELECT_YES_NO, MENU = "PREPARE", "TYPING", "SELECT_YES_NO", "MENU"

# MODE = True - bot receive text messages - default
# MODE = False - voice
MODE = True
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Выносим MODE в настройки конкретного пользователя, а не всей системы в целом

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А эта константа точно используется?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

это я случайно из старой версии файла подгрузила. Я пыталась исправить то, что бот зависает на этапе "Ты выбрал фокусом этой недели работу с усталостью. ...". Раньше этой проблемы не было, и тут просто скорее всего ошибка даже не в моем коде. Выдает ошибку на этапе script_engine. Может Вы сможете что-то подсказать

wrapper.py Outdated
update.message.reply_text('Error!')

else:
update.effective_user.send_message(text=text, reply_markup=reply_markup)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Часть нужной логики из dialog_Wrapper отсутствует в dialog. Нужно ее туда аккуратно перенести, dialog_Wrapper удалить

@zmm
Copy link
Collaborator

zmm commented Sep 15, 2023

Общение с ботом застревает на этапе
"Ты выбрал фокусом этой недели работу с усталостью. Для начала вспомни, какие события или действия наполняют тебя ресурсом, дает прилив энергии и сил?"

@zmm zmm merged commit 5993f28 into master Oct 20, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants