mirror of https://gitlab.com/bashrc2/epicyon
Strip
parent
8ead5da34a
commit
bddd03beec
2
utils.py
2
utils.py
|
@ -246,7 +246,7 @@ def locatePost(baseDir: str,nickname: str,domain: str,postUrl: str,replies=False
|
||||||
|
|
||||||
# if this post in the shared inbox?
|
# if this post in the shared inbox?
|
||||||
handle='inbox@'+domain
|
handle='inbox@'+domain
|
||||||
postUrl=postUrl.replace('/','#').replace('/activity','')
|
postUrl=postUrl.replace('/','#').replace('/activity','').strip()
|
||||||
|
|
||||||
boxName='inbox'
|
boxName='inbox'
|
||||||
postFilename=baseDir+'/accounts/'+nickname+'@'+domain+'/'+boxName+'/'+postUrl+'.'+extension
|
postFilename=baseDir+'/accounts/'+nickname+'@'+domain+'/'+boxName+'/'+postUrl+'.'+extension
|
||||||
|
|
Loading…
Reference in New Issue