summaryrefslogtreecommitdiff
path: root/Biz/PodcastItLater
diff options
context:
space:
mode:
Diffstat (limited to 'Biz/PodcastItLater')
-rw-r--r--Biz/PodcastItLater/UI.py6
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 (