fix
This commit is contained in:
@@ -49,7 +49,6 @@ class Daemon(base.Daemon, queues.TasksHandlerMixin):
|
||||
|
||||
def reply(self, text: str, chat_id: int, message_id: int):
|
||||
queues.set_task(
|
||||
self.stub,
|
||||
'botalka_mailbox',
|
||||
{
|
||||
'project': 'pizda-bot',
|
||||
@@ -65,7 +64,6 @@ class Daemon(base.Daemon, queues.TasksHandlerMixin):
|
||||
|
||||
def send(self, text: str, chat_id: int):
|
||||
queues.set_task(
|
||||
self.stub,
|
||||
'botalka_mailbox',
|
||||
{
|
||||
'project': 'pizda-bot',
|
||||
|
||||
Reference in New Issue
Block a user