From 1114c8bd9affeb788c11c8a8518c5357eca618ab Mon Sep 17 00:00:00 2001 From: MatMasIt Date: Tue, 5 Oct 2021 08:45:35 +0200 Subject: [PATCH] Changed \n to \\ --- gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen.py b/gen.py index 8f2377d..91250d4 100644 --- a/gen.py +++ b/gen.py @@ -35,7 +35,7 @@ for ypath in years: else: title = "" s = 0 - list+="\n\dayH{"+r.strftime("%A")+"}{"+str(day)+"}{"+str(title)+"}\n" + list+="\n\dayH{"+r.strftime("%A")+"}{"+str(day)+"}{"+str(title)+"}\\" for i in range(s,len(fileContent)): list+=fileContent[i]+"\n" modelTex=open("model.tex","r").read()