Add missing super().do_POST()

This commit is contained in:
Vangelis Banos 2020-04-14 09:39:48 +00:00
parent 782aab3048
commit 041feaf426

View File

@ -80,6 +80,8 @@ def httpd(request):
self.send_header('Content-Length', len(payload))
self.end_headers()
self.wfile.write(payload)
else:
super().do_POST()
# SimpleHTTPRequestHandler always uses CWD so we have to chdir