Add mobile device settings

This commit is contained in:
JonnyWong16 2017-12-08 20:52:55 -08:00
parent 1ca1f9975c
commit 019787b32d
9 changed files with 343 additions and 173 deletions

View file

@ -94,7 +94,7 @@ def main():
'--pidfile', help='Create a pid file (only relevant when running as a daemon)')
parser.add_argument(
'--nofork', action='store_true', help='Start PlexPy as a service, do not fork when restarting')
args = parser.parse_args()
if args.verbose: