refactoring
This commit is contained in:
parent
7790578748
commit
1329fb223f
@ -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
|
||||||
|
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user