dever 7 년 전
부모
커밋
3c8d46cc0d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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")