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