Skip to content

Commit

Permalink
Potential fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mroda88 committed Oct 18, 2023
1 parent d28ec35 commit 9e36533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ers-dbwriter/dbwriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def main():
create_database(cur, con)
except:
# if this errors out it may be because the database is already there
pass
con.rollback()

# Infinite loop over the kafka messages
for message in consumer:
Expand Down

0 comments on commit 9e36533

Please sign in to comment.