1
0
mirror of https://github.com/newnius/YAO-optimizer.git synced 2025-12-13 08:26:43 +00:00

add files

This commit is contained in:
2020-04-29 22:57:56 +08:00
parent 165570d77c
commit 9750aaddb7
2 changed files with 2 additions and 2 deletions

View File

@@ -211,7 +211,7 @@ class MyHandler(BaseHTTPRequestHandler):
# Handler for the POST requests
def do_POST(self):
if self.path == "/train":
if self.path == "/train2":
form = cgi.FieldStorage(
fp=self.rfile,
headers=self.headers,