mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
915288c7e1
commit
7186100126
1
utils.py
1
utils.py
|
@ -450,6 +450,7 @@ def getCachedPostFilename(baseDir: str,nickname: str,domain: str, \
|
|||
cachedPostFilename= \
|
||||
getCachedPostDirectory(baseDir,nickname,domain)+ \
|
||||
'/'+postJsonObject['id'].replace('/activity','')
|
||||
print('CACHE: 1'+cachedPostFilename)
|
||||
if '#' in cachedPostFilename:
|
||||
cachedPostFilename=cachedPostFilename.split('#',1)[0]
|
||||
cachedPostFilename=cachedPostFilename.replace('/','#')+'.html'
|
||||
|
|
Loading…
Reference in New Issue