\DTMNow soup typo fix

This commit is contained in:
Juicysteak117
2025-10-12 00:40:11 -07:00
parent 8bc636481f
commit 27289f46fc

View File

@@ -131,7 +131,7 @@ dtm['class'] = 'undefined'
timestamp = soup.footer.div.contents[0] timestamp = soup.footer.div.contents[0]
postmarked = timestamp.text.replace("Generated on ", "Generated on ") postmarked = timestamp.text.replace("Generated on ", "Generated on ")
timestamp.replace_with(postmarked) timestamp.replace_with(postmarked)
dtm.string = postmarked.replace("Generated on ", "").replace(" by ", "") dtm.string = postmarked.replace("Generated on ", "").replace(" by ", "")
# i'm at soup # i'm at soup
print("soup") print("soup")