diff --git a/commentpage.py b/commentpage.py index 519bd57..b2caa95 100644 --- a/commentpage.py +++ b/commentpage.py @@ -65,7 +65,7 @@ def commentpage(ficno,directory,local=False): headerfooter.headerwrite(commentspath + "/index.html","Comments for fic no. " + ficnostring,"Comments for fic no. " + ficnostring + "","",False,local) filewrite = open(commentspath + "/index.html", "a") if fffandom or timeelapsed.days < 730: - filewrite.write("
Comments will be posted manually; please expect a delay between submitting your comment and seeing it below!
\n\n") + filewrite.write("Comments will be posted manually; please expect a delay between submitting your comment and seeing it below!
\n\n") else: try: if fileread.event == "ao3exchange" and (fileread.datewords[0])["date"].year > 2019: