diff --git a/daemons/mailbox.py b/daemons/mailbox.py index fc8a445..99297ed 100644 --- a/daemons/mailbox.py +++ b/daemons/mailbox.py @@ -12,7 +12,7 @@ class Daemon(base.Daemon, queues.TasksHandlerMixin): @property def queue_name(self): - return 'pizda_bot_mailbox' + return 'ruz_bot_mailbox' def execute(self): self.poll() diff --git a/helpers/alice.py b/helpers/alice.py index e17a17b..153fe8b 100644 --- a/helpers/alice.py +++ b/helpers/alice.py @@ -94,4 +94,4 @@ class Processor: return { "text": f'Отлично, теперь я могу подсказывать тебе расписание. Твое ближайшее занятие в {lesson["begin"].strftime("%A %d %B %H:%M")}: {lesson["discipline"].replace("(рус)", "").replace("(анг)", "")}', "end_session": True - } \ No newline at end of file + }