From 14094e3d069dd04c3e62388e31ea3148e1b57f60 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 1 Mar 2020 11:15:27 +0000 Subject: [PATCH] Tidying --- daemon.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index 7015afca9..6beb8368a 100644 --- a/daemon.py +++ b/daemon.py @@ -2371,7 +2371,8 @@ class PubServer(BaseHTTPRequestHandler): print('DEBUG: replydm path '+self.path) # Edit a blog post - if authorized and '?editblogpost=' in self.path and \ + if authorized and \ + '?editblogpost=' in self.path and \ '?actor=' in self.path: messageId=self.path.split('?editblogpost=')[1] if '?' in messageId: