Compare commits

..

No commits in common. "4a3fa3c2ab2ae683464cc7a515d712dabd058ee4" and "45e1c0fe8ae4a5dc5a42831731c16a73f7af182e" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ class Daemon(base.Daemon, queues.TasksHandlerMixin):
@property
def queue_name(self):
return 'ruz_bot_mailbox'
return 'pizda_bot_mailbox'
def execute(self):
self.poll()

View File

@ -94,4 +94,4 @@ class Processor:
return {
"text": f'Отлично, теперь я могу подсказывать тебе расписание. Твое ближайшее занятие в {lesson["begin"].strftime("%A %d %B %H:%M")}: {lesson["discipline"].replace("(рус)", "").replace("(анг)", "")}',
"end_session": True
}
}