diff options
Diffstat (limited to 'Biz/PodcastItLater/UI.py')
| -rw-r--r-- | Biz/PodcastItLater/UI.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Biz/PodcastItLater/UI.py b/Biz/PodcastItLater/UI.py index 6825fd7..10f58e0 100644 --- a/Biz/PodcastItLater/UI.py +++ b/Biz/PodcastItLater/UI.py @@ -478,8 +478,8 @@ class AccountPage(Component[AnyChildren, AccountPageAttrs]): classes=[ "progress-bar", ], - role="progressbar", - style=progress_style, + role="progressbar", # type: ignore[call-arg] + style=progress_style, # type: ignore[arg-type] ), classes=[ "progress", @@ -710,7 +710,7 @@ class PricingPage(Component[AnyChildren, PricingPageAttrs]): ], ), action="/upgrade", - method="POST", + method="post", ) if user and current_tier == "free" else ( |
