Browse Source

Weird error in 'incendiaryammoused'

Foppe Hemminga 5 năm trước cách đây
mục cha
commit
6514868164
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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']