teddybear082 commited on
Commit
d027f1f
·
1 Parent(s): 37f4354

ruff format

Browse files
Files changed (1) hide show
  1. server.py +1 -1
server.py CHANGED
@@ -123,7 +123,7 @@ def main():
123
 
124
  # Validate mutually exclusive options
125
  if args.language and args.model_path:
126
- logger.error("--language and --model-path are mutually exclusive. Use one or the other.")
127
  sys.exit(1)
128
 
129
  # Initialize TTS service
 
123
 
124
  # Validate mutually exclusive options
125
  if args.language and args.model_path:
126
+ logger.error('--language and --model-path are mutually exclusive. Use one or the other.')
127
  sys.exit(1)
128
 
129
  # Initialize TTS service