Skip to content

Commit

Permalink
fix breaking news empty link bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
hako committed Jun 18, 2016
1 parent af6e047 commit eda362d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bbcli/core.py
Expand Up @@ -306,6 +306,7 @@ def set_latest_links(self, link):
def next(self, loop, *args):
text = self.tickers
if(not text):
self.link = ''
self.view.set_footer(urwid.AttrWrap(urwid.Text(""), 'body'))
else:
self.loop.draw_screen()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@

setup(
name='bbcli',
version='0.2.2',
version='0.2.3',
description='Browse BBC News like a hacker. (based on pyhackernews)',
long_description=open('README.rst').read(),
license=open('LICENSE').read(),
Expand Down

0 comments on commit eda362d

Please sign in to comment.