Improve functions for showing genre on stats page + RSS

This commit is contained in:
trémeur 2023-06-14 20:14:49 +01:00
parent 84161b7612
commit 1957f92f2c
3 changed files with 80 additions and 23 deletions

View file

@ -19,8 +19,8 @@ except:
local = False
if __name__ == "__main__":
feed.feedgen()
if local == True:
feed.feedgen(True)
masterlist.listgen(True)
commentpage.allcomments(True)
commentpage.commentindex(True)
@ -31,6 +31,7 @@ if __name__ == "__main__":
verifygen.verifygen(True)
statsgen.yeargen(True)
else:
feed.feedgen()
masterlist.listgen()
commentpage.allcomments()
commentpage.commentindex()