Procházet zdrojové kódy

Weird error in 'incendiaryammoused'

Foppe Hemminga před 5 roky
rodič
revize
6514868164
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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']