From 822af0c7c18168cd8afcba5a640495f8cce26118 Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Tue, 9 Jul 2024 12:02:17 -0400 Subject: [PATCH] feat: update RadioImageRequirementsSettings Host -> Profile --- program/typing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/typing.py b/program/typing.py index 82ed61ea..836e7cf9 100644 --- a/program/typing.py +++ b/program/typing.py @@ -99,8 +99,8 @@ class ImageRequirements(TypedDict): RadioImageRequirementsSettings = TypedDict( "RadioImageRequirementsSettings", { - "host.image": ImageRequirements, "note.image": ImageRequirements, + "profile.image": ImageRequirements, "show.image": ImageRequirements, "show.logo": ImageRequirements, }, -- GitLab