mirror of https://gitlab.com/bashrc2/epicyon
Different indexes
parent
8a29d5510c
commit
4d249faa9c
6
posts.py
6
posts.py
|
@ -2332,6 +2332,12 @@ def createBoxIndexed(session,baseDir: str,boxname: str, \
|
||||||
indexBoxName=boxname
|
indexBoxName=boxname
|
||||||
if boxname=='tlbookmarks':
|
if boxname=='tlbookmarks':
|
||||||
indexBoxName='bookmarks'
|
indexBoxName='bookmarks'
|
||||||
|
elif boxname=='dm':
|
||||||
|
indexBoxName='dm'
|
||||||
|
elif boxname=='tlreplies':
|
||||||
|
indexBoxName='tlreplies'
|
||||||
|
elif boxname=='tlmedia':
|
||||||
|
indexBoxName='tlmedia'
|
||||||
|
|
||||||
if port:
|
if port:
|
||||||
if port!=80 and port!=443:
|
if port!=80 and port!=443:
|
||||||
|
|
Loading…
Reference in New Issue