From 44da4ebaf4cdcdf78b9b065e8794e6bfc066f5cf Mon Sep 17 00:00:00 2001 From: Justin Date: Sun, 16 Jul 2017 10:04:00 -0700 Subject: [PATCH] Update pseudo_config.py --- pseudo_config.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pseudo_config.py b/pseudo_config.py index bc609e3..6709fd6 100644 --- a/pseudo_config.py +++ b/pseudo_config.py @@ -1,7 +1,14 @@ #!/usr/bin/python baseurl = 'http://media.home:32400' -token = 'the-token' # find your token using this guide: https://support.plex.tv/hc/en-us/articles/204059436-Finding-an-authentication-token-X-Plex-Token +token = 'FmhuopqpFeynY3DPDrrb' + +''' +* +* List of plex clients to use (add multiple clients to control multiple TV's) +* +''' +plexClients = ['RasPlex'] ''' *