Skip to content

Commit

Permalink
Bugfix to remove connection closure
Browse files Browse the repository at this point in the history
  • Loading branch information
radumas authored Oct 3, 2023
1 parent 6c8db22 commit b84e016
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wys/api/python/wys_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ def api_main(start_date=default_start,
sys.exit(1)

conn.commit()
conn.close()

logger.info('Done')

Expand Down

0 comments on commit b84e016

Please sign in to comment.