|
|
|
@ -165,14 +165,15 @@ def ficsum(ficcount,year,month=0,showfandom=True,local=False):
|
|
|
|
|
ficstring = ""
|
|
|
|
|
ficstring += "<a href=\""
|
|
|
|
|
if local:
|
|
|
|
|
ficstring += "/home/mdd/Documents/drive/proj/fic-archive/build/masterlist/index.html"
|
|
|
|
|
ficstring += "/home/mdd/Documents/drive/proj/fic-archive/build/single/"
|
|
|
|
|
else:
|
|
|
|
|
ficstring += "/fic/masterlist"
|
|
|
|
|
ficstring += "#fic"
|
|
|
|
|
ficstring += "/fic/single/"
|
|
|
|
|
try:
|
|
|
|
|
ficstring += str(fileread.original)
|
|
|
|
|
except:
|
|
|
|
|
ficstring += ficcountstring
|
|
|
|
|
if local:
|
|
|
|
|
ficstring += "/index.html"
|
|
|
|
|
ficstring +="\">"
|
|
|
|
|
if showfandom:
|
|
|
|
|
ficstring += fandom
|
|
|
|
|