Sfoglia il codice sorgente

something of commits

Gamaliel Espinoza 8 anni fa
parent
commit
81312e8be5
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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()