瀏覽代碼

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()