diff --git a/tuir/subreddit_page.py b/tuir/subreddit_page.py index d41700b..3f3a416 100644 --- a/tuir/subreddit_page.py +++ b/tuir/subreddit_page.py @@ -412,7 +412,7 @@ class SubredditPage(Page): # TODO - support line wrapping string = string.split('\n')[0] - if string is ' ': + if string == ' ': # Make sure spaces aren't treated like normal strings and print # them to the window this way. This ensures they won't be drawn # with an attribute.