Fix tab to space

This commit is contained in:
JonnyWong16 2017-10-02 18:07:16 -07:00
parent 5417747473
commit 3db6c98c27

View file

@ -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)