Changed \n to \\

This commit is contained in:
Mattia Mascarello 2021-10-05 08:45:35 +02:00 committed by GitHub
parent b333424502
commit 1114c8bd9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
gen.py
View File

@ -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()