1
0
Fork 0

fix(api): include any platform option

This commit is contained in:
Sean Sube 2023-02-11 15:45:28 -06:00
parent ea3b065d80
commit d7383d1101
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ def load_params(context: ServerContext):
def load_platforms(): def load_platforms():
global available_platforms global available_platforms
providers = get_available_providers() providers = ["any"].extend(get_available_providers())
for potential in platform_providers: for potential in platform_providers:
if ( if (