Skip to content

Commit

Permalink
Fix a naming error.
Browse files Browse the repository at this point in the history
  • Loading branch information
loristns committed Jun 13, 2018
1 parent afcfdb4 commit dbf3fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kadot/bot_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def predict(self, text: str, conversation: Optional[Any] = None):

while context.event_flag:
intent = context.event_flag
context.event = None
context.event_flag = None
event_output, context = self.intents[intent].run(text, context)
context.step()

Expand Down

0 comments on commit dbf3fb2

Please sign in to comment.