Skip to content

Commit

Permalink
Ann manager sql rw conn wal mode #2.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Dec 13, 2024
1 parent e8175a7 commit e24528c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nifi/user-scripts/annotation_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ def main():

if _sqlite_connection_ro is not None:
_sqlite_connection_ro.close()
if _sqlite_connection_rw is not None:
_sqlite_connection_rw.close()

except Exception as exception:
time = datetime.datetime.now()
Expand Down

0 comments on commit e24528c

Please sign in to comment.