fix header response

This commit is contained in:
Skillet 2023-08-13 18:13:56 -04:00
parent 878383af12
commit ecc65466d3

View File

@ -60,7 +60,7 @@ class serveRA(http.server.SimpleHTTPRequestHandler):
print('failed to serve file!', file=stderr)
print(traceback.format_exc(), file=stderr)
else:
self.send_response(404)
self.send_response_only(404, 'you must specify the group to pull from!')
return