|
|
@@ -111,6 +111,8 @@ def cron():
|
|
|
if item == 'tokenrefills':
|
|
|
# Weird error
|
|
|
continue
|
|
|
+ if item == 'incendiaryammoused':
|
|
|
+ continue
|
|
|
query_third = """SELECT parent FROM properties where property = ?;"""
|
|
|
cur.execute(query_third, (item,))
|
|
|
parent = cur.fetchone()['parent']
|