dever 7 years ago
parent
commit
3c8d46cc0d
1 changed files with 1 additions and 0 deletions
  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")