main
Bob Mottram 2021-07-28 16:08:42 +01:00
parent 3d4d390bd9
commit 383bc2f503
2 changed files with 2 additions and 1 deletions

View File

@ -11270,6 +11270,7 @@ class PubServer(BaseHTTPRequestHandler):
actor, itemID, actor, itemID,
callingDomain) callingDomain)
if not msg: if not msg:
print('Shared item ID: no msg')
if callingDomain.endswith('.onion') and \ if callingDomain.endswith('.onion') and \
self.server.onionDomain: self.server.onionDomain:
actor = 'http://' + self.server.onionDomain + usersPath actor = 'http://' + self.server.onionDomain + usersPath

View File

@ -167,7 +167,7 @@ def htmlConfirmRemoveSharedItem(cssCache: {}, translate: {}, baseDir: str,
sharesStr += ' </div>\n' sharesStr += ' </div>\n'
sharesStr += '</div>\n' sharesStr += '</div>\n'
sharesStr += htmlFooter() sharesStr += htmlFooter()
print('Shared item ID 6: ' + itemID) print('Shared item ID 6: ' + sharesStr)
return sharesStr return sharesStr