fix
This commit is contained in:
parent
e286a3078e
commit
17c9b1b693
@ -12,7 +12,7 @@ class Daemon(base.Daemon, queues.TasksHandlerMixin):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def queue_name(self):
|
def queue_name(self):
|
||||||
return 'pizda_bot_mailbox'
|
return 'ruz_bot_mailbox'
|
||||||
|
|
||||||
def execute(self):
|
def execute(self):
|
||||||
self.poll()
|
self.poll()
|
||||||
|
@ -94,4 +94,4 @@ class Processor:
|
|||||||
return {
|
return {
|
||||||
"text": f'Отлично, теперь я могу подсказывать тебе расписание. Твое ближайшее занятие в {lesson["begin"].strftime("%A %d %B %H:%M")}: {lesson["discipline"].replace("(рус)", "").replace("(анг)", "")}',
|
"text": f'Отлично, теперь я могу подсказывать тебе расписание. Твое ближайшее занятие в {lesson["begin"].strftime("%A %d %B %H:%M")}: {lesson["discipline"].replace("(рус)", "").replace("(анг)", "")}',
|
||||||
"end_session": True
|
"end_session": True
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user