merge-requests/20/merge
Bob Mottram 2021-07-28 15:30:51 +01:00
parent a5a6f2da89
commit 11aa595f55
2 changed files with 0 additions and 2 deletions

View File

@ -113,7 +113,6 @@ def removeSharedItem(baseDir: str, nickname: str, domain: str,
print('ERROR: shares.json could not be loaded from ' + sharesFilename)
return
actor = httpPrefix + '://' + domainFull + '/users/' + nickname
if sharesJson.get(itemID):
# remove any image for the item
itemIDfile = baseDir + '/sharefiles/' + nickname + '/' + itemID

View File

@ -20,7 +20,6 @@ from utils import acctDir
from webapp_utils import htmlHeaderWithExternalStyle
from webapp_utils import htmlFooter
from webapp_post import individualPostAsHtml
from shares import getValidSharedItemID
def htmlConfirmDelete(cssCache: {},