Skip to content

Commit

Permalink
fix redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Sep 27, 2024
1 parent 302500d commit d6967b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/review.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,7 @@ async def __accept_patch_create(
patch.id,
)

return Redirect(f'https://bgm.tv/subject/{subject_id}')

return Redirect(f"https://bgm.tv/subject/{subject_id}")

async def __accept_patch_update(
self,
Expand Down

0 comments on commit d6967b8

Please sign in to comment.