main
Bob Mottram 2020-07-11 16:49:26 +01:00
parent bbaa8ac841
commit cb533b1222
1 changed files with 1 additions and 3 deletions

View File

@ -5786,9 +5786,7 @@ class PubServer(BaseHTTPRequestHandler):
# check authorization
authorized = self._isAuthorized()
if authorized:
print('POST Authorization granted')
else:
if not authorized:
print('POST Not authorized')
print(str(self.headers))