浏览代码

general commit

Gamaliel Espinoza 8 年之前
父节点
当前提交
253afb581f
共有 1 个文件被更改,包括 2 次插入1 次删除
  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':