main2
Bob Mottram 2019-11-03 09:36:41 +00:00
parent 5d68176495
commit 44b5c569b9
1 changed files with 1 additions and 1 deletions

View File

@ -2637,7 +2637,7 @@ def htmlRemoveSharedItem(translate: {},baseDir: str,actor: str,shareName: str) -
domain,port=getDomainFromActor(actor)
sharesFile=baseDir+'/accounts/'+nickname+'@'+domain+'/shares.json'
if not os.path.isfile(sharesFile):
print('ERROR: no shares file '+sharesFile
print('ERROR: no shares file '+sharesFile)
return None
sharesJson=loadJson(sharesFile)
if not sharesJson: