rabin 7 years ago
parent
commit
2e6ab7ed2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      front/page/device.py

+ 1 - 1
front/page/device.py

@@ -93,8 +93,8 @@ class screen_path(Load):
 		self.data['list'] = ({'name':'实时数据监测', 'device':self.data['device']},)
 
 		Device.statBase(self, deviceInfo)
-		"""
 		log_search = {}
+		"""
 		if device:
 			log_search['device_id'] = device
 		else: