Contact actor

master
Bob Mottram 2019-08-25 23:04:16 +01:00
parent 82122fefbd
commit adfd4091fd
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ def htmlSearchSharedItems(baseDir: str,searchStr: str, \
""" """
currPage=1 currPage=1
ctr=0 ctr=0
actor=httpPrefix+'://'+domainFull+actor actor=httpPrefix+'://'+actor
sharedItemsForm='' sharedItemsForm=''
searchStrLower=searchStr.replace('%2B','+').replace('%40','@').replace('%3A',':').replace('%23','#').lower().strip('\n') searchStrLower=searchStr.replace('%2B','+').replace('%40','@').replace('%3A',':').replace('%23','#').lower().strip('\n')
searchStrLowerList=searchStrLower.split('+') searchStrLowerList=searchStrLower.split('+')