Skip to content
Permalink
Browse files
Fixed not showing the user the answer for the question if it was the …
…3rd time
  • Loading branch information
mateussa committed Nov 24, 2017
1 parent 0da2e48 commit ac151f368c0f569263b70c99111ea447779e3d61
Showing 1 changed file with 2 additions and 0 deletions.
@@ -77,6 +77,8 @@ def askSomething(answerType, sendMessages, noAnswers, defaultAnswer): # Andre




if (answer[1] != answerType): if (answer[1] != answerType):
if (answer[1] == 2):
sendMessage(answer[0], False)
answer = (defaultAnswer, 0) answer = (defaultAnswer, 0)


return (answer[0]) return (answer[0])

0 comments on commit ac151f3

Please sign in to comment.