From 3db6c98c270a50be5d88f741741b5827a904a4d1 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Mon, 2 Oct 2017 18:07:16 -0700 Subject: [PATCH] Fix tab to space --- PlexPy.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PlexPy.py b/PlexPy.py index 0648e15f..9a38ef51 100755 --- a/PlexPy.py +++ b/PlexPy.py @@ -119,9 +119,9 @@ def main(): plexpy.QUIET = True if args.nofork: - plexpy.NOFORK = True - logger.info("PlexPy is running as a service, it will not fork when restarted.") - + plexpy.NOFORK = True + logger.info("PlexPy is running as a service, it will not fork when restarted.") + if args.pidfile: plexpy.PIDFILE = str(args.pidfile)