Skip to content

Commit

Permalink
fix start()
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownUser95 authored and anafvana committed Jul 27, 2024
1 parent 46919c7 commit ba84882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pickpack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def config_curses(self) -> None:
curses.initscr()

def _start(self, screen: window) -> AnyNode:
PickPacker.config_curses()
self.config_curses()
return self.run_loop(screen)

def start(self) -> AnyNode:
Expand Down

0 comments on commit ba84882

Please sign in to comment.