From 9b3140aa1a7d349beffaaa91c717a94d1f7f5bef Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 30 Dec 2020 12:02:00 +0000 Subject: [PATCH] Debug --- daemon.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index 925e7226..7475b29a 100644 --- a/daemon.py +++ b/daemon.py @@ -2584,9 +2584,11 @@ class PubServer(BaseHTTPRequestHandler): actor, self.server.personCache, None, True) - profilePathStr = profilePathStr + \ + profilePathStr += \ '?options=' + actor + ';1;' + \ '/avatars/' + avatarUrl.replace('/', '-') + print('profilePathStr: ' + profilePathStr) + self._showPersonOptions(callingDomain, profilePathStr, baseDir, httpPrefix, domain, domainFull,