fix: copy the default servers array
This commit is contained in:
parent
3a23e54a1a
commit
0d68926da2
@ -331,7 +331,7 @@ class Interface(threading.Thread):
|
||||
self.init_with_server(self.config)
|
||||
else:
|
||||
print "Using random server..."
|
||||
servers = DEFAULT_SERVERS
|
||||
servers = DEFAULT_SERVERS[:]
|
||||
while servers:
|
||||
server = random.choice( servers )
|
||||
servers.remove(server)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user