mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
3d4d390bd9
commit
383bc2f503
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue