From d14ad53f07d7b1de236dc90f5f746f5a9d4c5d5f Mon Sep 17 00:00:00 2001 From: Paarth Shah Date: Tue, 4 Oct 2022 01:55:40 -0700 Subject: [PATCH] Fix random typo. --- Tautulli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tautulli.py b/Tautulli.py index 85e30c04..ead27c31 100755 --- a/Tautulli.py +++ b/Tautulli.py @@ -246,7 +246,7 @@ def main(): # Start the background threads plexpy.start() - # Force the http port if neccessary + # Force the http port if necessary if args.port: plexpy.HTTP_PORT = args.port logger.info('Using forced web server port: %i', plexpy.HTTP_PORT)