Skip to content

Commit 131c8c6

Browse files
Merge pull request julien-duponchelle#419 from 23-OSSCA-python-mysql-replication/typo/korean-comment
Remove korean comment
2 parents 45f823f + 826add6 commit 131c8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymysqlreplication/event.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def __init__(self, from_packet, event_size, table_map, ctl_connection, **kwargs)
244244

245245
# Payload
246246
status_vars_end_pos = self.packet.read_bytes + self.status_vars_length
247-
while self.packet.read_bytes < status_vars_end_pos: # while 남은 data length가 얼마만큼? OR read_bytes
247+
while self.packet.read_bytes < status_vars_end_pos:
248248
# read KEY for status variable
249249
status_vars_key = self.packet.read_uint8()
250250
# read VALUE for status variable

0 commit comments

Comments
 (0)