forked from indymedia/epicyon
slash
parent
9856d34ff4
commit
82c859852f
2
utils.py
2
utils.py
|
@ -738,7 +738,7 @@ def searchBoxPosts(baseDir: str, nickname: str, domain: str,
|
||||||
"""Uses a regular expression to search for posts
|
"""Uses a regular expression to search for posts
|
||||||
and returns a list of the filenames
|
and returns a list of the filenames
|
||||||
"""
|
"""
|
||||||
path = baseDir + '/accounts' + nickname + '@' + domain + '/' + boxName
|
path = baseDir + '/accounts/' + nickname + '@' + domain + '/' + boxName
|
||||||
if not os.path.isdir(path):
|
if not os.path.isdir(path):
|
||||||
return []
|
return []
|
||||||
regObj = re.compile(searchRegex)
|
regObj = re.compile(searchRegex)
|
||||||
|
|
Loading…
Reference in New Issue