Removing reliance on DISPLAY, making open_browser more robust.

This commit is contained in:
Michael Lazar
2015-12-03 02:05:39 -08:00
parent 49ecfcec95
commit 34167ac084
4 changed files with 41 additions and 11 deletions
+1
View File
@@ -112,6 +112,7 @@ class LoadScreen(object):
"""
HANDLED_EXCEPTIONS = [
(exceptions.BrowserError, 'Could not open browser'),
(exceptions.SubscriptionError, 'No Subscriptions'),
(exceptions.AccountError, 'Unable to Access Account'),
(exceptions.SubredditError, 'Invalid Subreddit'),