From 27289f46fc8b63b24db70ecc3d8516d178d5423d Mon Sep 17 00:00:00 2001 From: Juicysteak117 <20595808+Juicysteak117@users.noreply.github.com> Date: Sun, 12 Oct 2025 00:40:11 -0700 Subject: [PATCH] \DTMNow soup typo fix --- soup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soup.py b/soup.py index 9dec434..5b9917d 100644 --- a/soup.py +++ b/soup.py @@ -131,7 +131,7 @@ dtm['class'] = 'undefined' timestamp = soup.footer.div.contents[0] postmarked = timestamp.text.replace("Generated on ", "Generated on ") timestamp.replace_with(postmarked) -dtm.string = postmarked.replace("Generated on ", "").replace(" by ", "") +dtm.string = postmarked.replace("Generated on ", "").replace(" by ", "") # i'm at soup print("soup")