mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-19 07:15:52 -04:00
Add missing super().do_POST()
This commit is contained in:
parent
782aab3048
commit
041feaf426
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user