瀏覽代碼

反馈上传日志结果写入filename

locky 3 年之前
父節點
當前提交
10c5e25156
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Controller/DeviceLogController.py

+ 1 - 0
Controller/DeviceLogController.py

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