From 38d6f07ce6b371266fb145246e434ab379a3c8d0 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sun, 17 Jan 2021 10:59:50 -0500 Subject: [PATCH] Firefox starting with LBRY --- scripts/start-firefox.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/start-firefox.py b/scripts/start-firefox.py index c814a4a..00cff0d 100644 --- a/scripts/start-firefox.py +++ b/scripts/start-firefox.py @@ -65,8 +65,6 @@ if not isProgramRunning('YouTube Music', firefoxWindows, '10'): if not isProgramRunning('Robinhood', firefoxWindows, '10'): os.system('python ~/.config/scripts/launch-stocks-tracker.py') - # YouTube -if not isProgramRunning('Subscriptions - YouTube', firefoxWindows, '10'): +if not isProgramRunning(' - YouTube', firefoxWindows, '10'): launchProgram('firefox --new-window youtube.com/feed/subscriptions', '10') -