Pārlūkot izejas kodu

反馈上传日志结果写入filename

locky 3 gadi atpakaļ
vecāks
revīzija
10c5e25156
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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),
             }