2 次代碼提交 775f33f366 ... 16f827d965

作者 SHA1 備註 提交日期
  Nils Dohndorf 16f827d965 Merge branch 'master' of http://es-lab.de:60080/vreiss/KlausurTool 7 年之前
  Nils Dohndorf 7464548ba4 nichts 7 年之前
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)