mirror of
https://github.com/Juicysteak117/pghrt.git
synced 2025-12-21 15:35:25 +00:00
\DTMNow soup typo fix
This commit is contained in:
2
soup.py
2
soup.py
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user