refactoring

This commit is contained in:
cidoku 2025-03-11 00:09:51 -03:00
parent 7790578748
commit 1329fb223f
2 changed files with 2 additions and 3 deletions

View File

@ -516,8 +516,6 @@ class AOServerInfo(QtCore.QThread):
if self.disconnect: if self.disconnect:
continue continue
#print "#".join(network)+"#%"
del network[0] del network[0]
gotChars = True gotChars = True
print network print network

View File

@ -4,7 +4,8 @@ from PyQt4 import QtGui
def handle_packets(caller, total, record=True): def handle_packets(caller, total, record=True):
# Record the packet if demos enabled # Record the packet if demos enabled
if record: if record:
caller.parent.demo_recorder.record(total) pass
#caller.parent.demo_recorder.record(total)
for network in total: for network in total:
header = network[0] header = network[0]