From 443ec31264e67a12feaab98d1340a72cb0b115f2 Mon Sep 17 00:00:00 2001 From: Justin Emter Date: Thu, 13 Jul 2017 02:14:13 -0700 Subject: [PATCH] Added config file. --- pseudo_config.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pseudo_config.py diff --git a/pseudo_config.py b/pseudo_config.py new file mode 100644 index 0000000..a255320 --- /dev/null +++ b/pseudo_config.py @@ -0,0 +1,4 @@ +#!/usr/bin/python + +baseurl = 'http://media.home:32400' +token = 'the-token' \ No newline at end of file