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")