Bläddra i källkod

Cycle every 10 lines.

Steve Thielemann 5 år sedan
förälder
incheckning
b4d0502276
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      tcp-proxy.py

+ 2 - 1
tcp-proxy.py

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