Skip to content

Commit

Permalink
Update korcen.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanat05 authored May 7, 2023
1 parent 60768cb commit 15527d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions korcen/korcen.py
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,6 @@ def check(text:str, id: int=None):
if i in text:
return True
text = re.sub(r'\^', 'ㅅ', newtext)
text = re.sub('sex', '섹스', text)
text = re.sub('엑', '', text)
text = re.sub('0ㅑ', '야', text)
text = re.sub("[^ㄱ-힣]", "", text)
Expand Down Expand Up @@ -1954,7 +1953,6 @@ def sexual(text:str, id: int=None):
if i in text:
return True
text = re.sub(r'\^', 'ㅅ', newtext)
text = re.sub('sex', '섹스', text)
text = re.sub('엑', '', text)
text = re.sub('0ㅑ', '야', text)
text = re.sub("[^ㄱ-힣]", "", text)
Expand Down

0 comments on commit 15527d9

Please sign in to comment.