소스 검색

something of commits

Gamaliel Espinoza 8 년 전
부모
커밋
81312e8be5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tools/fourier/cli.py

+ 1 - 0
tools/fourier/cli.py

@@ -49,6 +49,7 @@ def insert_file(hsh, filename, timestamp, db=None, uploaded=None):
             station,
         )
     )
+    cursor.close()
 
 def hash_file(filename):
     ahash = md5()