mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
Fix tab to space
This commit is contained in:
parent
5417747473
commit
3db6c98c27
1 changed files with 3 additions and 3 deletions
|
@ -119,9 +119,9 @@ def main():
|
||||||
plexpy.QUIET = True
|
plexpy.QUIET = True
|
||||||
|
|
||||||
if args.nofork:
|
if args.nofork:
|
||||||
plexpy.NOFORK = True
|
plexpy.NOFORK = True
|
||||||
logger.info("PlexPy is running as a service, it will not fork when restarted.")
|
logger.info("PlexPy is running as a service, it will not fork when restarted.")
|
||||||
|
|
||||||
if args.pidfile:
|
if args.pidfile:
|
||||||
plexpy.PIDFILE = str(args.pidfile)
|
plexpy.PIDFILE = str(args.pidfile)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue