1
0

minor fixes

This commit is contained in:
thomasv
2013-09-13 13:56:33 +02:00
parent a4335cb25d
commit dcedb2d74f
2 changed files with 3 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ class Network(threading.Thread):
self.callbacks = {}
self.servers = []
self.banner = ''
self.interface = None
def register_callback(self, event, callback):