Minor refactoring, tweaked color schemes.

This commit is contained in:
Michael Lazar
2015-02-05 22:59:08 -08:00
parent 31529a9770
commit f5391e088d
5 changed files with 36 additions and 26 deletions

View File

@@ -29,7 +29,6 @@ def main():
with curses_session() as stdscr:
if args.link:
# Go directly to submission
page = SubmissionPage(stdscr, reddit, url=args.link)
page.loop()