From aeccc2db719ba1aad650bc579a0bc79fb3a9ac1e Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Mon, 13 Aug 2018 18:54:12 -0700 Subject: [PATCH] Fix incorrect HTTP_ROOT when launching browser --- Tautulli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tautulli.py b/Tautulli.py index 0d571810..22b254fc 100755 --- a/Tautulli.py +++ b/Tautulli.py @@ -239,7 +239,7 @@ def main(): # Open webbrowser if plexpy.CONFIG.LAUNCH_BROWSER and not args.nolaunch and not plexpy.DEV: plexpy.launch_browser(plexpy.CONFIG.HTTP_HOST, http_port, - plexpy.CONFIG.HTTP_ROOT) + plexpy.HTTP_ROOT) # Wait endlessy for a signal to happen while True: