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