Skip to content

Commit

Permalink
Bug fix: typo in ident variable name (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
fulghum committed Jul 27, 2024
1 parent 5afa099 commit b933500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymysqlreplication/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ def __init__(self, from_packet, event_size, table_map, ctl_connection, **kwargs)

def _dump(self):
super()._dump()
print(f"Current binlog: {self.indent}")
print(f"Current binlog: {self.ident}")


class QueryEvent(BinLogEvent):
Expand Down

0 comments on commit b933500

Please sign in to comment.