Skip to content

Commit

Permalink
fix silly error (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik authored Dec 18, 2023
1 parent 5137a38 commit a258149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ def main(
except psycopg2.Error as e:
post_message_to_slack(
slack_channel,
f"🔥 [{deployment_name}] Error querying replication slots: {e},
")
f"🔥 [{deployment_name}] Error querying replication slots: {e}.",
)
continue
for slot_name, size in slots:
if not compiled_slot_filter_regexp.match(slot_name):
Expand Down

0 comments on commit a258149

Please sign in to comment.