Foppe Hemminga %!s(int64=5) %!d(string=hai) anos
pai
achega
9a9cb65c0e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      cron.py

+ 1 - 0
cron.py

@@ -100,6 +100,7 @@ def cron():
                 new_properties.append(item)
         if len(new_properties) > 0:
             for item in new_properties:
+                pprint(item)
                 query = """SELECT parent FROM properties where property = ?;"""
                 cur.execute(query, (item))
                 parent = cur.fetchone()['parent']