|
|
@@ -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
|