mirror of https://gitlab.com/bashrc2/epicyon
Contact actor
parent
82122fefbd
commit
adfd4091fd
|
@ -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('+')
|
||||||
|
|
Loading…
Reference in New Issue