Fix tab to space
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user