xposts should now work for subreddits.

This commit is contained in:
Michael Lazar
2016-07-08 00:33:34 -07:00
parent fa28b8fa7d
commit d26097e398
5 changed files with 797 additions and 2 deletions

View File

@@ -289,7 +289,7 @@ class Page(object):
else:
title = sub_name
title = title + ' - rtv {0}'.format(__version__)
title += ' - rtv {0}'.format(__version__)
sys.stdout.write('\x1b]2;{0}\x07'.format(title))
sys.stdout.flush()