diff --git a/plugins_new/read/plugin.py b/plugins_new/read/plugin.py index eb011a2c8504b8246b88cc65b6a0c717e9f7f41f..9236076915014014980a80de2431111e6443b6b3 100644 --- a/plugins_new/read/plugin.py +++ b/plugins_new/read/plugin.py @@ -30,7 +30,7 @@ class ReadConfig(ConfigBase): class ReadPlugin(Plugin): async def get_voice(self, text: str, token: str) -> bytes: async with self.aioclient.post("https://tsn.baidu.com/text2audio",data={ - "tex":urllib.parse.quote(urllib.parse.quote(text)), + "tex":urllib.parse.quote(text), "tok":token, "cuid":"qwqqwqqwq", "ctp": 1,