diff --git a/main.py b/main.py index ca7444c..6a2a5d3 100644 --- a/main.py +++ b/main.py @@ -1,4 +1,5 @@ # 使用讯飞 语音转写 接口将文件夹内所有内容转为文本 + import os import json import requests @@ -101,8 +102,12 @@ def main(): folder_path = input("请输入文件夹路径: ") keyList = [ { - 'appid': '345xxxxxxx344', - 'secret_key':'xxxxxxxxxx8y5dshu93xxxxxxxxx' + 'appid': 'xxxxx', + 'secret_key':'xxxxxxxxxxxxxxxxxxxxxxxx' + }, + { + 'appid': 'xxxxx', + 'secret_key':'xxxxxxxxxxxxxxxxxxxxxxxx' }, ]