Skip to content
Snippets Groups Projects
Commit 83c9bf27 authored by Stephen D's avatar Stephen D
Browse files

bug fix

parent 9f6e5508
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ Thread.new do
elsif cur_line.include?('</think>')
thinks = nil
puts "\n</think>" # now we have 2 newlines
elsif cur_line.include?('YOU WIN!!!!!')
elsif cur_line.include?('YOU WIN!!!!!') && thinks.nil?
puts "\nGood job! The word was #{word}"
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment