소스 검색

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':