[TEST] Fix 2 to check problem

This commit is contained in:
homayk228
2025-09-20 22:10:57 +07:00
parent bcabbca28c
commit 77e89fcf05

View File

@@ -45,7 +45,7 @@ class NekoSpeakModule(loader.Module):
def neko_speak(self, text):
if(not is_encrypt(text)):
if(not self.is_encrypt(text)):
words = text.split()
new_words = []
for word in words: