This commit is contained in:
Ross
2021-03-03 19:52:30 +00:00
parent 48e6957c2e
commit f3c6f9a43d
+1 -1
View File
@@ -99,7 +99,7 @@ class Answer(models.Model):
self.answer = self.answer.strip()
s = self.answer.lower()
s = s.translate(str.maketrans('', '', string.punctuation))
s = s.translate(str.maketrans('', '', string.punctuation.replace("#", "")))
self.answer_compare = s