CITGuru / PyInquirer

A Python module for common interactive command line user interfaces
MIT License
1.91k stars 235 forks source link

fixed prompt function which gave an AttributeError earlier #165

Closed rajsinghparihar closed 2 years ago

rajsinghparihar commented 2 years ago

I ran this file and it gave me an AttributeError, changing prompt.prompt() to prompt() resolved this.