Skip to content

Commit 5f4db2f

Browse files
committed
Update core.py
1 parent 7f941d7 commit 5f4db2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythainlp/corpus/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ def download(
328328
local_db.close()
329329
return False
330330
elif _check_version(
331-
corpus["versions"][version]["pythainlp_version"]
332-
) is False:
331+
corpus["versions"][version]["pythainlp_version"]
332+
) is False:
333333
print("Versions Corpus not support")
334334
local_db.close()
335335
return False

0 commit comments

Comments
 (0)