Foppe Hemminga 5 년 전
부모
커밋
f0ebda8234
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      cron.py

+ 0 - 2
cron.py

@@ -44,8 +44,6 @@ def update_missing_value(maintainer, player, property, value):
     cur = conn.cursor()
     cur.execute(query, (maintainer, player, property, value))
     conn.commit()
-    cur = Null
-    conn = Null
 
 def cron():
     query = """SELECT player_properties.maintainer,