my console
Traceback (most recent call last):
File "F:\Programming\VisualStudio\Python\Projects\Alexa App project\alexa.py", line 84, in <module>
run_alexa()
File "F:\Programming\VisualStudio\Python\Projects\Alexa App project\alexa.py", line 39, in run_alexa
command = take_command()
^^^^^^^^^^^^^^
File "F:\Programming\VisualStudio\Python\Projects\Alexa App project\alexa.py", line 35, in take_command
return command
^^^^^^^
NameError: name 'command' is not defined
Process finished with exit code 1```
it works and says listening but then it cant listen and malfunction and return command without it being set aka it goes through the function to fast tried to use wait it was of no help.