Fix random typo.

This commit is contained in:
Paarth Shah 2022-10-04 01:55:40 -07:00
commit d14ad53f07
No known key found for this signature in database
GPG key ID: B07CF08BEF044FB7

View file

@ -246,7 +246,7 @@ def main():
# Start the background threads # Start the background threads
plexpy.start() plexpy.start()
# Force the http port if neccessary # Force the http port if necessary
if args.port: if args.port:
plexpy.HTTP_PORT = args.port plexpy.HTTP_PORT = args.port
logger.info('Using forced web server port: %i', plexpy.HTTP_PORT) logger.info('Using forced web server port: %i', plexpy.HTTP_PORT)