fixed - instead of _ in adapt handle
This commit is contained in:
parent
e598f69843
commit
d5c76e3b91
@ -92,7 +92,7 @@ def recognise(sentence, client_ip=None, client_port=None):
|
|||||||
# print(best_intent) # DEBUG
|
# print(best_intent) # DEBUG
|
||||||
|
|
||||||
handle(best_intent['intent_type'],
|
handle(best_intent['intent_type'],
|
||||||
data={'utterance': sentence, 'client-ip': client_ip, 'client-port': client_port})
|
data={'utterance': sentence, 'client_ip': client_ip, 'client_port': client_port})
|
||||||
|
|
||||||
return best_intent
|
return best_intent
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user