main #25

Closed
dqy wants to merge 11 commits from main into feature/pyc-detection
Showing only changes of commit faf68760c9 - Show all commits

View File

@ -75,7 +75,8 @@ def detectGPT(content):
) )
#return classified_results #return classified_results
result = json.dumps(classified_results, indent=2, ensure_ascii=False) result = json.dumps(classified_results, indent=2, ensure_ascii=False)
return result classified_results = json.loads(result)
return classified_results
# 获得访问令牌 # 获得访问令牌
def get_access_token(): def get_access_token():