fix graph bug

This commit is contained in:
2025-04-28 10:16:10 +02:00
parent bbeb9cf701
commit 3d2be0fd47

View File

@@ -70,7 +70,7 @@ class ElsaDialog(QtWidgets.QDialog, Ui_Dialog):
##Variables
self.db = Database()
self.graph_data = {"x": [Semester().value], "y": [0]}
self.graph_data = {"x": [""], "y": [0]}
self.createProf = False
self.profs = self.getProfs()