Mensa-Fix

This commit is contained in:
2024-01-22 18:10:41 +01:00
parent 3b8cf7e53d
commit 4260ca0e92
2 changed files with 7 additions and 5 deletions

View File

@ -144,7 +144,6 @@ def getPruefung(url):
col = [e.text.strip() for e in cols]
if len(col) == 6 and len(col[3]) <= 13:
if len(col[3]) != 0:
print (col)
ret += [col[0] + ": " + col[3][:3]]
if ret[-1][0] == ':':
ret[-1] = "Gesamt" + ret[-1]