main
Bob Mottram 2021-02-28 12:00:47 +00:00
parent afd5f92b99
commit d4e3fefda1
1 changed files with 1 additions and 0 deletions

View File

@ -13792,6 +13792,7 @@ class PubServer(BaseHTTPRequestHandler):
"editblogpost", "newreminder", "newevent")
for currPostType in postTypes:
if not authorized:
print('POST was not authorized')
break
postRedirect = self.server.defaultTimeline