summaryrefslogtreecommitdiff
path: root/Biz/PodcastItLater
diff options
context:
space:
mode:
authorBen Sima <ben@bensima.com>2025-11-22 09:35:26 -0500
committerBen Sima <ben@bensima.com>2025-11-22 09:35:26 -0500
commit1fcf654b30c5ca9e1d680805df40435e6fe20e4e (patch)
tree38d6fe7542b563b7aebd91d2891a5b64ee0feaba /Biz/PodcastItLater
parent6c22af9cf1a5fd4215c77dd5477f5048ccb20bf1 (diff)
Cleanup from worker agent merge
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 (