mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
3d4d390bd9
commit
383bc2f503
|
@ -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
|
||||
|
|
|
@ -167,7 +167,7 @@ def htmlConfirmRemoveSharedItem(cssCache: {}, translate: {}, baseDir: str,
|
|||
sharesStr += ' </div>\n'
|
||||
sharesStr += '</div>\n'
|
||||
sharesStr += htmlFooter()
|
||||
print('Shared item ID 6: ' + itemID)
|
||||
print('Shared item ID 6: ' + sharesStr)
|
||||
return sharesStr
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue