From 383bc2f503c315a8102f38ba3415b36e6c7fb4c9 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 28 Jul 2021 16:08:42 +0100 Subject: [PATCH] Debug --- daemon.py | 1 + webapp_confirm.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index fc27a57ba..c15b3ecbd 100644 --- a/daemon.py +++ b/daemon.py @@ -11270,6 +11270,7 @@ class PubServer(BaseHTTPRequestHandler): actor, itemID, callingDomain) if not msg: + print('Shared item ID: no msg') if callingDomain.endswith('.onion') and \ self.server.onionDomain: actor = 'http://' + self.server.onionDomain + usersPath diff --git a/webapp_confirm.py b/webapp_confirm.py index e0543e34d..baa31aa16 100644 --- a/webapp_confirm.py +++ b/webapp_confirm.py @@ -167,7 +167,7 @@ def htmlConfirmRemoveSharedItem(cssCache: {}, translate: {}, baseDir: str, sharesStr += ' \n' sharesStr += '\n' sharesStr += htmlFooter() - print('Shared item ID 6: ' + itemID) + print('Shared item ID 6: ' + sharesStr) return sharesStr