main
Bob Mottram 2020-02-19 14:50:08 +00:00
parent f0c61e9b3d
commit 0a97317314
1 changed files with 1 additions and 0 deletions

View File

@ -927,6 +927,7 @@ class PubServer(BaseHTTPRequestHandler):
if self._requestHTTP(): if self._requestHTTP():
htmlGET=True htmlGET=True
else: else:
print('WARN: No Accept header '+str(self.headers))
self._400() self._400()
return return