Some more attempted fixes
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user