From 2c2244e401a7cfa5746f296a901468cd4266c5c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Thu, 21 Nov 2024 23:04:11 +0000 Subject: [PATCH] Change webhook destination --- commentpage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commentpage.py b/commentpage.py index 4a28258..519bd57 100644 --- a/commentpage.py +++ b/commentpage.py @@ -119,7 +119,7 @@ def commentpage(ficno,directory,local=False): except: pass if fffandom or timeelapsed.days < 730: - filewrite.write("\n") + filewrite.write("\n") filewrite.close() headerfooter.footerwrite(commentspath + "/index.html",False,local)