2 Commits 775f33f366 ... 16f827d965

Author SHA1 Message Date
  Nils Dohndorf 16f827d965 Merge branch 'master' of http://es-lab.de:60080/vreiss/KlausurTool 7 years ago
  Nils Dohndorf 7464548ba4 nichts 7 years ago
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ToolV00.py

+ 1 - 1
ToolV00.py

@@ -145,7 +145,7 @@ def StudentenMaskeGenerieren():
145 145
 		tmpPunkte.append(int(entry2.get()))
146 146
 		for i in range(zaehler):
147 147
 			tmpPunkte.append(float(entries[i].get()))
148
-		StudentenPunkte.append(tmpPunkte)
148
+			StudentenPunkte.append(tmpPunkte)
149 149
 		label1.config(text = "Waren das alle", font = "Arial 12 bold")
150 150
 		label2.config(text = "Studenten?", font = "Arial 12 bold")
151 151
 		button1.config(text = "Ja", fg = "black", command = root.destroy)