Umesh-01 / Python-Assistant

Python Assistant (PA) is a voice command based assistant service written in Python 3.9+. It can recognize human speech or voice, talk to user and execute basic commands.
MIT License
82 stars 53 forks source link

error module object is not callable in speedtest function #8

Closed dipendrachouhan007 closed 2 years ago

dipendrachouhan007 commented 2 years ago

image

Umesh-01 commented 2 years ago

It says module object is not callable, because your are not calling it properly. It should be st = Speedtest()