Преглед изворни кода

下载失败阈值--0.5 -> 0.1

luojunhui пре 1 недеља
родитељ
комит
c41f7bde4b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/domains/monitor_tasks/auto_reply_cards_monitor/entrance.py

+ 1 - 1
app/domains/monitor_tasks/auto_reply_cards_monitor/entrance.py

@@ -702,7 +702,7 @@ class AutoReplyCardsMonitor(AutoReplyCardsMonitorConst):
                         msg_type = xml_obj.get("msg_type", None)
                         try:
                             match msg_type:
-                                case "33":
+                                case "33" | "36":
                                     cover_ok = await self.store_card(
                                         task_id, index, msg_type, xml_obj
                                     )