Skip to content

Commit

Permalink
Merge pull request #28 from pykafe/rm_code_130
Browse files Browse the repository at this point in the history
rm the code
  • Loading branch information
eraulo authored Jun 4, 2024
2 parents 7ebbb48 + b4ba97c commit 1bb1e41
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions num2words/lang_TET.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,6 @@ def ho_result(self, result, value):
def remove_ho(self, result, value):
value_str = str(value)
result = self.ho_result(result, value)
remove_first_ho = result.startswith('ho')
if remove_first_ho and value <= 10000:
if value > 110:
result = result[3:]
end_value = value_str[:-4]
end_true = end_value.endswith('0')
if end_true is False:
Expand Down

0 comments on commit 1bb1e41

Please sign in to comment.