Browse Source

fix: notify proxy when switching server

master
ThomasV 11 years ago
parent
commit
f489466709
  1. 1
      lib/network.py

1
lib/network.py

@ -285,6 +285,7 @@ class Network(threading.Thread):
self.default_server = server
self.send_subscriptions()
self.set_status('connected')
self.notify('updated')
def stop_interface(self):

Loading…
Cancel
Save