mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-22 06:29:13 -04:00
Add missing super().do_POST()
This commit is contained in:
parent
782aab3048
commit
041feaf426
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue