@@ -94,7 +94,7 @@ def cron():
cur.execute(query_second, (row['maintainer'], row['player'], property,))
p_rows = cur.fetchall()
for p_row in p_rows:
- # print(f"property: '{property}' parent: '{p_row['parent']}' -> value: '{p_row['value']}'")
+ print(f"property: '{property}' parent: '{p_row['parent']}' -> value: '{p_row['value']}'")
retrieved_properties.append(property)
new_value = ''
if (p_row['parent']):