Browse Source

task topic add message id

visuddhinanda 9 tháng trước cách đây
mục cha
commit
de3c555b91
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ai-translate/ai_translate/service.py

+ 1 - 1
ai-translate/ai_translate/service.py

@@ -155,7 +155,7 @@ class AiTranslateService:
                 self.task.id,
                 'task',
                 self.task.title,
-                self.task.category,
+                f'id:{message_id}',
                 None
             )
         times = [self.maxProcessTime]