diff --git a/secdep.py b/secdep.py index a1fbfa1..48f10a6 100755 --- a/secdep.py +++ b/secdep.py @@ -609,6 +609,7 @@ def list_provider_locations(provider): count = 0 print("Available "+provider+" locations") if provider == "aws": + print("Still loading...") locations = [] awsLocations = ["ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ca-central-1", "eu-central-1", "eu-north-1", "eu-west-1", "eu-west-2", "eu-west-3", "sa-east-1", "us-east-1", "us-east-2", "us-west-1", "us-west-2"] for region in awsLocations: