Foppe Hemminga 5 anni fa
parent
commit
37c1cec36e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      cron.py

+ 1 - 1
cron.py

@@ -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']):