瀏覽代碼

Weird error in 'incendiaryammoused'

Foppe Hemminga 5 年之前
父節點
當前提交
6514868164
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      cron.py

+ 2 - 0
cron.py

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