Skip to content

Commit

Permalink
fix: typo in warning log (VOICEVOX#1507)
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjilin authored Dec 20, 2024
1 parent f6788a1 commit 5e755b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voicevox_engine/app/middlewares.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async def global_execution_handler(request: Request, exc: Exception) -> Response
if "*" in allow_origin:
print(
'WARNING: Deprecated use of argument "*" in allow_origin. '
'Use option "--cors_policy_mod all" instead. See "--help" for more.',
'Use option "--cors_policy_mode all" instead. See "--help" for more.',
file=sys.stderr,
)

Expand Down

0 comments on commit 5e755b6

Please sign in to comment.