Steve Thielemann 5 năm trước cách đây
mục cha
commit
b5a23feb1b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tcp-proxy.py

+ 1 - 1
tcp-proxy.py

@@ -218,7 +218,7 @@ class MCP(object):
             # self.displayMenu()
 
         elif key == 'D':
-            self.queue_game.put(nl + "Diagnostics" + nl "portdata:" + nl + repr(self.portdata) + nl)
+            self.queue_game.put(nl + "Diagnostics" + nl + "portdata:" + nl + repr(self.portdata) + nl)
             self.displayMenu()
 
         elif key == "X":