diff --git a/lib/commands.py b/lib/commands.py index 9294e67d..9afc707f 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -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('')