Explorar o código

反馈上传日志结果写入filename

locky %!s(int64=3) %!d(string=hai) anos
pai
achega
10c5e25156
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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),
             }