Browse Source

rm wrong assert clause

283
ThomasV 11 years ago
parent
commit
1c707d05d3
  1. 1
      lib/network.py

1
lib/network.py

@ -259,7 +259,6 @@ class Network(threading.Thread):
self.switch_to_interface(random.choice(self.interfaces.values()))
def switch_to_interface(self, interface):
assert not self.interface.is_connected
server = interface.server
print_error("switching to", server)
self.interface = interface

Loading…
Cancel
Save