瀏覽代碼

华为Vsees推送优化

linhaohong 7 月之前
父節點
當前提交
39a05fd391
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Service/HuaweiPushService/HuaweiPushService.py

+ 2 - 2
Service/HuaweiPushService/HuaweiPushService.py

@@ -2,8 +2,8 @@ import json
 
 from AnsjerPush.config import LOGGER
 from Object.enums.EventTypeEnum import EventTypeEnumObj
-from Service.HuaweiPushService import push_admin
-from Service.HuaweiPushService.push_admin import messaging
+from Service.VSeesHuaweiPushService import push_admin
+from Service.VSeesHuaweiPushService.push_admin import messaging
 from AnsjerPush.config import HUAWEI_CONFIG
 
 class HuaweiPushObject: