Compare commits
No commits in common. "09f2a267b2a6b49c69d74dc242537766bf5ed1c6" and "5042df487426132f822d3c218a9d79b95b189c12" have entirely different histories.
09f2a267b2
...
5042df4874
@ -47,7 +47,7 @@ class Daemon(base.BaseDaemon, queues.TasksHandlerMixin):
|
||||
def execute(self):
|
||||
self.poll()
|
||||
|
||||
def reply(self, text: str, chat_id: int, message_id: int):
|
||||
def reply(text: str, chat_id: int, message_id: int):
|
||||
queues.set_task(
|
||||
'pizda_bot_mailbox',
|
||||
{
|
||||
@ -59,7 +59,7 @@ class Daemon(base.BaseDaemon, queues.TasksHandlerMixin):
|
||||
1,
|
||||
)
|
||||
|
||||
def send(self, text: str, chat_id: int):
|
||||
def send(text: str, chat_id: int):
|
||||
queues.set_task(
|
||||
'pizda_bot_mailbox',
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user