Foppe Hemminga 5 년 전
부모
커밋
bf48c4ad3e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      cron.py

+ 1 - 0
cron.py

@@ -65,6 +65,7 @@ def cron():
         properties = json.loads(row['property'])
         if 'name' not in properties:
             properties.append(name)
+        pprint(properties)
         query = """SELECT player.value, properties.parent
             FROM player
             JOIN properties ON player.property = properties.property