Foppe Hemminga %!s(int64=5) %!d(string=hai) anos
pai
achega
bf48c4ad3e
Modificáronse 1 ficheiros con 1 adicións e 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