rm wrong assert clause
This commit is contained in:
parent
47b71eebfb
commit
1c707d05d3
@ -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…
Reference in New Issue
Block a user