Skip to content

Commit 826add6

Browse files
committed
Remove korean comment
1 parent 45f823f commit 826add6

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
@@ -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)