diff --git a/helpers/answer.py b/helpers/answer.py index 7c711d2..e9893f3 100644 --- a/helpers/answer.py +++ b/helpers/answer.py @@ -77,7 +77,7 @@ class Answer: body = {'text': text, 'chat_id': self.user['chat_id'], 'parse_mode': 'Markdown'} if reply_markup: body['reply_markup'] = reply_markup.to_json() - queues.set_task('botalka_mailbox', {'project': 'ruz-bot', 'name': 'telegram-bot', 'body': body}, 1) + queues.set_task('botalka_mailbox', {'project': 'ruz-bot', 'name': 'telegram-bot', 'body': body}, 5) def set_state(self, state: str): self.user['state'] = state diff --git a/helpers/ruz.py b/helpers/ruz.py index 27f6447..91922a6 100644 --- a/helpers/ruz.py +++ b/helpers/ruz.py @@ -12,7 +12,8 @@ fields = [ 'date_start', 'date_end', 'lecturer_profiles', - 'stream_links' + 'stream_links', + 'type', ]