Foppe Hemminga hace 5 años
padre
commit
bf48c4ad3e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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