diff --git a/daemon.py b/daemon.py index 0cfd5a2ca..81f5df727 100644 --- a/daemon.py +++ b/daemon.py @@ -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