From 6d6cda47231f8846e5cdec09743bc2e04905460d Mon Sep 17 00:00:00 2001
From: joshrandall8478 <joshrandall8478@gmail.com>
Date: Tue, 17 Sep 2024 21:40:10 -0400
Subject: [PATCH] comments

---
 main.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.py b/main.py
index fd5f6e4..58bfad1 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, 0 default for extra credit.
+# Default points stored for each run. Each list entry is a run. A default run score of 0 allows extra credit.
 
 defaults = [10,15,20,0]
 
-- 
GitLab