Foppe Hemminga 5 年之前
父节点
当前提交
9a9cb65c0e
共有 1 个文件被更改,包括 1 次插入0 次删除
  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']