fix graph bug
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user