mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-23 06:25:27 -07:00
Fix random typo.
This commit is contained in:
parent
853a8b6027
commit
d14ad53f07
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue