Commit 02b45656 authored by Imran Hussain's avatar Imran Hussain
Browse files

Keep forgetting :'s

parent a7936d05
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -384,7 +384,7 @@ def deleteMenu(deleteArray):
			print("Adding " + str(student[0]) + " to the list because the DB says: " + str(student[1]))
			deleteArray.append(student[0])
	elif option == "9":
		if debugmode > 0
		if debugmode > 0:
			print("Debugmode is set. Doing No Deletes.")
			deleteMenu(deleteArray)
		elif debugmode == 0