We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6788a1 commit 5e755b6Copy full SHA for 5e755b6
voicevox_engine/app/middlewares.py
@@ -42,7 +42,7 @@ async def global_execution_handler(request: Request, exc: Exception) -> Response
42
if "*" in allow_origin:
43
print(
44
'WARNING: Deprecated use of argument "*" in allow_origin. '
45
- 'Use option "--cors_policy_mod all" instead. See "--help" for more.',
+ 'Use option "--cors_policy_mode all" instead. See "--help" for more.',
46
file=sys.stderr,
47
)
48
0 commit comments