Updated tests for more links per open link prompt

This commit is contained in:
woorst
2018-10-01 20:09:47 -04:00
parent ee9b231da0
commit 7d14494dcf
2 changed files with 13 additions and 14 deletions

View File

@@ -407,9 +407,6 @@ class Terminal(object):
while i < len(links) and len(link_page) < 10:
link_page.append(links[i])
i += 1
if i == len(links) - 1:
link_page.append(links[i])
i += 1
link_pages.append(link_page)
return link_pages