Some more attempted fixes

This commit is contained in:
2026-02-19 17:59:21 +01:00
parent 36ced5e37a
commit 165dedfe30
4 changed files with 12 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ from typing import List
import labels
import datetime
version = "1.0.0"
version = "1.0.1"
print("""
▄▄▄ ▄▄▄▄▄▄ ▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄ ▄▄ ▄▄ ▄▄ ▄▄ ▄▄▄▄▄▄▄ ▄▄▄ ▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄ ▄▄▄▄▄▄ ▄▄▄▄▄▄▄
@@ -39,6 +39,8 @@ l = labels.generate_labels()
output += l[0] + "\n\n"
output += l[1]
output += "\\endinput"
with open("../janishutz-helpers.tex", "w") as file:
file.write(output)