Browse Source

Initial commit

“蒋伟” 6 tháng trước cách đây
mục cha
commit
18bfe77c17
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      DingDing.py

+ 1 - 1
DingDing.py

@@ -43,7 +43,7 @@ def DingTalkSend(info):
     d = {}
     # 获取项目绝对路径
     path = Path(__file__).parent
-    file = '/allure-report/export/prometheusData.txt'
+    file = '/report/export/prometheusData.txt'
     print(rf"{path}" + rf"{file}")
     # 打开prometheusData 获取需要发送的信息
     # f = open(rf"{path}" + rf"{file}", 'r', encoding='UTF-8')