aisk / pick

create curses based interactive selection list in the terminal
MIT License
722 stars 61 forks source link

Missing `screen` reference to be passed to `self.draw` call #56

Closed p0ns closed 2 years ago

p0ns commented 2 years ago

https://github.com/wong2/pick/blob/72280402bf7bc01b68c8d35d37f746505f1dfa06/src/pick/__init__.py#L149

I kept getting this error TypeError: draw() missing 1 required positional argument: 'screen'

Noticed the call to self.draw is missing screen