From 1329fb223fbf66ad25dbd65e1e371ab1e11053b2 Mon Sep 17 00:00:00 2001 From: cidoku Date: Tue, 11 Mar 2025 00:09:51 -0300 Subject: [PATCH] refactoring --- mainmenu.py | 2 -- packets.py | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/mainmenu.py b/mainmenu.py index 818103f..9508851 100644 --- a/mainmenu.py +++ b/mainmenu.py @@ -515,8 +515,6 @@ class AOServerInfo(QtCore.QThread): elif header == 'SC': if self.disconnect: continue - - #print "#".join(network)+"#%" del network[0] gotChars = True diff --git a/packets.py b/packets.py index 4f59e8d..f78d463 100644 --- a/packets.py +++ b/packets.py @@ -4,7 +4,8 @@ from PyQt4 import QtGui def handle_packets(caller, total, record=True): # Record the packet if demos enabled if record: - caller.parent.demo_recorder.record(total) + pass + #caller.parent.demo_recorder.record(total) for network in total: header = network[0]