Skip to content

Commit

Permalink
将大文本清空换行和缩减空格数量
Browse files Browse the repository at this point in the history
  • Loading branch information
huguansheng committed Jul 28, 2023
1 parent 6628e5d commit 537ab7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gggdtparser/dtparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def parse(cls, string_datetime, regex_list=None, langs=None,
:return:
"""
string_datetime = cls.clear_string_datetime(string_datetime)
print(string_datetime)
if not langs:
langs = []
_langs = []
Expand Down

0 comments on commit 537ab7f

Please sign in to comment.