From 6ab6f113e84bc36cb07621481f036d4dace44ef5 Mon Sep 17 00:00:00 2001 From: konsthol Date: Fri, 24 Mar 2023 01:55:00 +0200 Subject: [PATCH] This changes nothing, don't look --- secdep.py | 1 + 1 file changed, 1 insertion(+) 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: