rebase codebase, delete trunk, move threads to backend

This commit is contained in:
2025-01-14 16:20:08 +01:00
parent fba652006f
commit 08cd18f3f1
106 changed files with 1604 additions and 1057 deletions

View File

@@ -1,4 +1,3 @@
import random
from typing import Union
@@ -124,7 +123,7 @@ class DataGraph(QtWidgets.QWidget):
years.sort()
for year in years:
SoSe_year = f"SoSe{year}"
WiSe_year = f"WiSe{year}/{year+1}"
WiSe_year = f"WiSe{year}/{year + 1}"
if SoSe_year not in SoSe_data.keys():
SoSe_data[SoSe_year] = 0
if WiSe_year not in WiSe_data.keys():