rabin 3 years ago
parent
commit
13dae8cf63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      front/page/device.py

+ 1 - 1
front/page/device.py

@@ -242,7 +242,7 @@ class out_path(Load):
 	@Web.auth
 	@Web.setting
 	def get(self):
-		#Device.out(self)
+		Device.out(self)
 		self.data['input'] = {}
 		self.data['input']['type'] = self.input('type')
 		self.data['input']['id'] = self.input('id')