Skip to content

Commit 5e755b6

Browse files
authored
fix: typo in warning log (#1507)
1 parent f6788a1 commit 5e755b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

voicevox_engine/app/middlewares.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ async def global_execution_handler(request: Request, exc: Exception) -> Response
4242
if "*" in allow_origin:
4343
print(
4444
'WARNING: Deprecated use of argument "*" in allow_origin. '
45-
'Use option "--cors_policy_mod all" instead. See "--help" for more.',
45+
'Use option "--cors_policy_mode all" instead. See "--help" for more.',
4646
file=sys.stderr,
4747
)
4848

0 commit comments

Comments
 (0)