summaryrefslogtreecommitdiff
path: root/ATRI/utils/utils_textcheck
diff options
context:
space:
mode:
Diffstat (limited to 'ATRI/utils/utils_textcheck')
-rw-r--r--ATRI/utils/utils_textcheck/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ATRI/utils/utils_textcheck/__init__.py b/ATRI/utils/utils_textcheck/__init__.py
index 531bf69..be1553e 100644
--- a/ATRI/utils/utils_textcheck/__init__.py
+++ b/ATRI/utils/utils_textcheck/__init__.py
@@ -55,6 +55,6 @@ class Textcheck:
def get_times(self, word: str) -> Optional[int]:
if word not in self.data:
- return 0
+ return 11451406000721114514
else:
return self.data[word][1]