|
@@ -291,7 +291,8 @@ class MCP(object):
|
|
|
|
|
|
# Give some sort of feedback to the user.
|
|
|
if self.portcycle:
|
|
|
- self.queue_game.put("\x08" + next(self.portcycle))
|
|
|
+ if len(self.portdata) % 10 == 0:
|
|
|
+ self.queue_game.put("\x08" + next(self.portcycle))
|
|
|
|
|
|
# Ok, we need to parse this line
|
|
|
# 436 2870 100% - 1520 100% - 2820 100%
|