Closed kha84 closed 1 year ago
Keep following your tutorial, it's like reading a novel of your favorite author. Found a small issue there, I guess:
Instead of
echo 'What time is it?' | script/run bin/handle_handle.py --debug
there should be
echo 'what time is it?' | script/run bin/handle_text.py --debug
Thank you for the feedback and the kind words :) Fixed!
Keep following your tutorial, it's like reading a novel of your favorite author. Found a small issue there, I guess:
Instead of
there should be