fix: syntax error

This commit is contained in:
源文雨
2023-09-06 21:31:22 +08:00
parent d013afe621
commit 4f1a235c26

View File

@@ -114,7 +114,7 @@ def main():
return "Missing Parameter"
if fmt not in ("mp3", "wav", "ogg"):
return "Invalid Format"
if language not in ("JA", "ZH")
if language not in ("JA", "ZH"):
return "Invalid language"
except:
return "Invalid Parameter"