Added stop functionality for when killing the app via startstop.sh

This commit is contained in:
Justin Emter
2017-08-20 01:40:25 -07:00
parent 7c01240112
commit 105648ed4c
4 changed files with 28 additions and 2 deletions

4
plex_token-example.py Normal file
View File

@@ -0,0 +1,4 @@
'''Change the values below, rename this file to "plex_token.py", and move this file just
outside of this directory ("../pseudo-channel")'''
token = "<your token>"
baseurl = 'http://media.home:32400'