修改app.py

This commit is contained in:
lee
2025-01-22 13:25:05 +08:00
parent c9d79f8059
commit ff0ac412f8
2 changed files with 7 additions and 5 deletions

View File

@ -16,7 +16,7 @@ def aiReviewClient():
}
url = "http://192.168.1.28:8060/ai_review"
r = requests.post(url=url, data=json.dumps(data))
print(r.text)
print(r.json())
if __name__ == '__main__':