mirror of https://gitlab.com/bashrc2/epicyon
Show authorization
parent
68a1559881
commit
bbaa8ac841
|
@ -5786,7 +5786,6 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
|
|
||||||
# check authorization
|
# check authorization
|
||||||
authorized = self._isAuthorized()
|
authorized = self._isAuthorized()
|
||||||
if self.server.debug:
|
|
||||||
if authorized:
|
if authorized:
|
||||||
print('POST Authorization granted')
|
print('POST Authorization granted')
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue