diff --git a/hn.py b/hn.py index 71ea4d9..fa19839 100755 --- a/hn.py +++ b/hn.py @@ -118,7 +118,7 @@ class Client: webbrowser.open(story.link) story.read = True elif c == ord('r'): - self.reload() + await self.reload() elif c == curses.KEY_RESIZE: curses.resize_term(*self.screen.getmaxyx()) self.lines, self.cols = self.screen.getmaxyx()