dever 5 éve
szülő
commit
fbdc899ce7
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      front/page/device.py

+ 1 - 0
front/page/device.py

@@ -243,6 +243,7 @@ class out_path(Load):
 	@Web.setting
 	def get(self):
 		#Device.out(self)
+		self.data['input'] = {}
 		self.data['input']['type'] = self.input('type')
 		self.data['input']['id'] = self.input('id')
 		self.view("device/out.html")