1
0

offline interface: fix init

This commit is contained in:
thomasv
2013-08-01 11:31:33 +02:00
parent 4a36f25d4b
commit a0b86f405d
2 changed files with 8 additions and 1 deletions

View File

@@ -433,6 +433,10 @@ class Interface(threading.Thread):
self.bytes_received = 0
self.is_connected = False
# init with None server, in case we are offline
self.init_server(None, None)
def init_interface(self):