little edit

This commit is contained in:
mofusky
2023-12-07 10:11:05 +00:00
parent 9778bc0457
commit db75908877

View File

@@ -38,7 +38,7 @@ class Tja():
self.humen_list = [[],[],[],[],[],[],[]]
current_level = 3
for line in text.splitlines():
for line in self.text.splitlines():
if re.match("^[a-zA-Z0-9]+:",line):
key,value = line.split(":",1)
if key not in ["COURSE","LEVEL","BALLOON","BALLOONNOR","BALLOONEXP","BALLOONMAS","SCOREINIT","SCOREDIFF","EXAM2"]: