From 7f10e62e17e1c3f1abcba88c8765d5bc332a2bd2 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 7 Aug 2019 17:28:12 +0100 Subject: [PATCH] debug --- daemon.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daemon.py b/daemon.py index efc82cb4..871c840e 100644 --- a/daemon.py +++ b/daemon.py @@ -749,6 +749,8 @@ class PubServer(BaseHTTPRequestHandler): self._redirect_headers(actor+'/inbox',cookie) return + print('88888888888888888888888888888888888888888888888888') + print(str(authorized)+' '+self.path) # send a follow request approval from the web interface if authorized and '/followapprove=' in self.path and self.path.startswith('/users/'): originPathStr=self.path.split('/followapprove=')[0]