mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
fix: copy the default servers array
This commit is contained in:
parent
3a23e54a1a
commit
0d68926da2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue