Explorar el Código

general commit

Gamaliel Espinoza hace 8 años
padre
commit
253afb581f
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      tools/fourier/cli.py

+ 2 - 1
tools/fourier/cli.py

@@ -225,7 +225,8 @@ def main():
                                     'where "hash" = ?'
                                     ), params
                                   )
-                conn.commit()
+            
+            conn.commit()
 
 
     elif args.entity == 'station':