From 7f6305450d54b7efda66e5fadc8a2df4f5dfc2ea Mon Sep 17 00:00:00 2001
From: Joshua Randall <jranda10@emich.edu>
Date: Tue, 1 Oct 2024 10:33:40 -0400
Subject: [PATCH] Revert "comments"

This reverts commit 6d6cda47231f8846e5cdec09743bc2e04905460d.
---
 main.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.py b/main.py
index c25ff92..142af02 100644
--- a/main.py
+++ b/main.py
@@ -31,7 +31,7 @@ scoreDefault = 100 # What the score is out of
 
 title = "Name of Assignment"
 
-# Default points stored for each run. Each list entry is a run. A default run score of 0 allows extra credit.
+# Default points stored, 0 default for extra credit.
 
 defaults = [10,15,20,0]
 
-- 
GitLab