diff options
| -rw-r--r-- | lingo.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lingo.cpp b/lingo.cpp index e4f3236..fdc4619 100644 --- a/lingo.cpp +++ b/lingo.cpp | |||
| @@ -334,7 +334,7 @@ private: | |||
| 334 | std::string message_text = msg_stream.str(); | 334 | std::string message_text = msg_stream.str(); | 
| 335 | std::cout << message_text << std::endl << std::endl << solution.getText() << std::endl; | 335 | std::cout << message_text << std::endl << std::endl << solution.getText() << std::endl; | 
| 336 | 336 | ||
| 337 | std::vector<verbly::form> admissibleResults = database_->forms(admissible).all(); | 337 | std::vector<verbly::form> admissibleResults = database_->forms(admissible, {}, 10).all(); | 
| 338 | if (admissibleResults.size() <= (hints == 1 ? 2 : 5)) | 338 | if (admissibleResults.size() <= (hints == 1 ? 2 : 5)) | 
| 339 | { | 339 | { | 
| 340 | #ifdef ENABLE_BOT | 340 | #ifdef ENABLE_BOT | 
