Browse Source

反馈上传日志结果写入filename

locky 3 years ago
parent
commit
10c5e25156
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Controller/DeviceLogController.py

+ 1 - 0
Controller/DeviceLogController.py

@@ -90,6 +90,7 @@ class DeviceLogView(View):
 
         try:
             data_dict = {
+                'filename': filename,
                 'status': int(status),
                 'ip': CommonService.get_ip_address(request),
             }