Correct stats page links for translations
This commit is contained in:
parent
d722994522
commit
36071d5c1f
1 changed files with 6 additions and 1 deletions
|
@ -168,7 +168,12 @@ def ficsum(ficcount,year,month=0,showfandom=True,local=False):
|
||||||
ficstring += "/home/mdd/Documents/drive/proj/fic-archive/build/masterlist/index.html"
|
ficstring += "/home/mdd/Documents/drive/proj/fic-archive/build/masterlist/index.html"
|
||||||
else:
|
else:
|
||||||
ficstring += "/fic/masterlist"
|
ficstring += "/fic/masterlist"
|
||||||
ficstring += "#fic" + ficcountstring + "\">"
|
ficstring += "#fic"
|
||||||
|
try:
|
||||||
|
ficstring += str(fileread.original)
|
||||||
|
except:
|
||||||
|
ficstring += ficcountstring
|
||||||
|
ficstring +="\">"
|
||||||
if showfandom:
|
if showfandom:
|
||||||
ficstring += fandom
|
ficstring += fandom
|
||||||
if thechars or language:
|
if thechars or language:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue