From ea23e2a4a75bdd9fcdf5d54b2216c8a580ed2bd7 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Mon, 14 Jun 2021 09:22:22 -0400 Subject: [PATCH] Fixed Webull opening in wrong window --- scripts/launch-stocks-tracker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/launch-stocks-tracker.py b/scripts/launch-stocks-tracker.py index bf5a439..5642cae 100644 --- a/scripts/launch-stocks-tracker.py +++ b/scripts/launch-stocks-tracker.py @@ -27,4 +27,4 @@ def closed(): if (openToday() and not closed()): print("Open") os.system("i3-msg 'workspace 10; exec firefox --new-window robinhood.com \ - && sleep 0.1 && firefox -new-tab app.webull.com/watch'") + && sleep 1 && firefox -new-tab app.webull.com/watch'")