mirror of https://gitlab.com/bashrc2/epicyon
Less verbose
parent
a4b7b921de
commit
f074349ab2
|
@ -13941,6 +13941,7 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
"editblogpost", "newreminder", "newevent")
|
||||
for currPostType in postTypes:
|
||||
if not authorized:
|
||||
if self.server.debug:
|
||||
print('POST was not authorized')
|
||||
break
|
||||
|
||||
|
|
Loading…
Reference in New Issue