Browse Source

文件保存路径修改

Signed-off-by: binren <zhangbr@elab-plus.com>
binren 4 years ago
parent
commit
8d43a3011c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jianye_report.py

+ 1 - 1
jianye_report.py

@@ -440,7 +440,7 @@ class JianYeReport(object):
         message['customer'] = str(customer_id)
         send_data = []
         if customers:
-            save_path = FileUtil().save_path_create()
+            save_path = '/tmp'
             for customer in customers:
                 try:
                     name = customer[1]