From b8c569f1025c65ef25fdf31c30a95e2d2a66d891 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 23 八月 2023 18:01:46 +0800 Subject: [PATCH] H/L/S撤日志改为异步 --- third_data/kpl_util.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/third_data/kpl_util.py b/third_data/kpl_util.py index b4b95eb..cb0aa04 100644 --- a/third_data/kpl_util.py +++ b/third_data/kpl_util.py @@ -1,7 +1,7 @@ import enum import json -from db import mysql_data +from db import mysql_data_delegate as mysql_data def parse_kpl_datas(results): -- Gitblit v1.8.0