diff options
| author | Ben Sima <ben@bensima.com> | 2025-11-22 09:35:26 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-11-22 09:35:26 -0500 |
| commit | 1fcf654b30c5ca9e1d680805df40435e6fe20e4e (patch) | |
| tree | 38d6fe7542b563b7aebd91d2891a5b64ee0feaba /Biz | |
| parent | 6c22af9cf1a5fd4215c77dd5477f5048ccb20bf1 (diff) | |
Cleanup from worker agent merge
Diffstat (limited to 'Biz')
| -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 ( |
