locky 4 tahun lalu
induk
melakukan
0a9f80fc81
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Controller/EquipmentInfo.py

+ 1 - 1
Controller/EquipmentInfo.py

@@ -304,7 +304,7 @@ use information_schema;
 select concat(round(sum(data_length/1024/1024),2),'MB') as data from tables where table_schema='Ansjer81';
 '''
 # 删除访问日志
-def deleteExpireEquipmentInfo():
+def deleteExpireEquipmentInfo(request):
     response = ResponseObject()
     import time
     nowTime = int(time.time())