Skip to content

Commit b933500

Browse files
authored
Bug fix: typo in ident variable name (#619)
1 parent 5afa099 commit b933500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymysqlreplication/event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ def __init__(self, from_packet, event_size, table_map, ctl_connection, **kwargs)
459459

460460
def _dump(self):
461461
super()._dump()
462-
print(f"Current binlog: {self.indent}")
462+
print(f"Current binlog: {self.ident}")
463463

464464

465465
class QueryEvent(BinLogEvent):

0 commit comments

Comments
 (0)