merge-requests/30/head
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 # check authorization
authorized = self._isAuthorized() authorized = self._isAuthorized()
if authorized: if not authorized:
print('POST Authorization granted')
else:
print('POST Not authorized') print('POST Not authorized')
print(str(self.headers)) print(str(self.headers))