Update main.py
Browse files
main.py
CHANGED
@@ -122,8 +122,6 @@ async def check_word(data: WordCheckData) -> Dict[str, Any]:
|
|
122 |
found = True
|
123 |
break # Exit loop if word is found
|
124 |
|
125 |
-
print("Word `"+word+"` in sentence `"+input_string+"`.", found)
|
126 |
-
|
127 |
result = {
|
128 |
"found": found
|
129 |
}
|
|
|
122 |
found = True
|
123 |
break # Exit loop if word is found
|
124 |
|
|
|
|
|
125 |
result = {
|
126 |
"found": found
|
127 |
}
|