diff --git a/archinstall/lib/models/mirrors.py b/archinstall/lib/models/mirrors.py index 10211414..e3e36f2a 100644 --- a/archinstall/lib/models/mirrors.py +++ b/archinstall/lib/models/mirrors.py @@ -299,7 +299,7 @@ class MirrorConfiguration: for region, urls in mirror_regions.items(): config.mirror_regions.append(MirrorRegion(region, urls)) - if args.get('custom_servers', []): + if args.get('custom_servers'): config.custom_servers = CustomServer.parse_args(args['custom_servers']) # backwards compatibility with the new custom_repository