소스 검색

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