remove while loop in getservers

This commit is contained in:
ThomasV 2016-03-12 09:43:55 +01:00
parent 32098b0e16
commit a4903fbf90
1 changed files with 0 additions and 2 deletions

View File

@ -323,8 +323,6 @@ class Commands:
@command('n')
def getservers(self):
"""Return the list of available servers"""
while not self.network.is_up_to_date():
time.sleep(0.1)
return self.network.get_servers()
@command('')