Remove a comment

This commit is contained in:
Dylan Taylor 2021-04-29 10:39:01 -04:00
parent 8b6ee6f303
commit 5e567b6f3b
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ def _prep_function(*args, **kwargs):
selected_servers = archinstall.generic_multi_select(available_servers, f"Choose which servers to install and enable (leave blank for a minimal installation): ")
archinstall.storage['_selected_servers'] = selected_servers
return True # Do nothing and just return True
return True
if __name__ == 'server':
"""