From 325da0b8ce719946c497ba8e6303cabfe19074cf Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 10 Oct 2020 22:38:29 +0100 Subject: [PATCH] Debug --- daemon.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index ab47fe056..02860814b 100644 --- a/daemon.py +++ b/daemon.py @@ -8117,7 +8117,8 @@ class PubServer(BaseHTTPRequestHandler): if '?' in postId: postId = postId.split('?')[0] postUrl = httpPrefix + '://' + domainFull + \ - '/users/news/statuses' + postId + '/users/news/statuses/' + postId + print('TEST path: ' + path) print('TEST postUrl: ' + postUrl) msg = htmlEditNewsPost(translate, baseDir, path, domain, port,