Removing reliance on DISPLAY, making open_browser more robust.
This commit is contained in:
@@ -28,3 +28,7 @@ class SubscriptionError(RTVError):
|
||||
|
||||
class ProgramError(RTVError):
|
||||
"Problem executing an external program"
|
||||
|
||||
|
||||
class BrowserError(RTVError):
|
||||
"Could not open a web browser tab"
|
||||
Reference in New Issue
Block a user