Style fix

This commit is contained in:
alexX512 2023-08-03 08:13:30 +00:00
parent 9335a494da
commit de62239a5d

View File

@ -262,7 +262,7 @@ class TCPClient(object):
def readDataWithoutProgress(self, need_print_info=True):
packet_type = self.readPacketType()
while packet_type == 3: # Progress
while packet_type == 3: # Progress
self.readProgressData()
packet_type = self.readPacketType()