dever 7 anni fa
parent
commit
3c8d46cc0d
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      web/page/origin.py

+ 1 - 0
web/page/origin.py

@@ -63,6 +63,7 @@ class index_path(Load):
 			self.data['pic'] = self.service('common').one('device_info', id=self.data['info']['pic_id'])
 			if self.data['pic']:
 				self.data['pic']['cdates'] = Demeter.date(self.data['pic']['cdate'], '%Y-%m-%d')
+			print self.data['pic']
 
 		self.view(self.data['path'] + "origin/index.html")