@@ -211,7 +211,7 @@ class MyHandler(BaseHTTPRequestHandler):
# Handler for the POST requests
defdo_POST(self):
ifself.path=="/train":
ifself.path=="/train2":
form=cgi.FieldStorage(
fp=self.rfile,
headers=self.headers,
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.