From 165ffbcf26be07ea8fbab301ea33de76966de435 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Fri, 12 Oct 2018 22:58:47 -0500 Subject: [PATCH] Update config_SAMPLE.py because we can't just have one place to get config files that doens't change constantly --- config_SAMPLE.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_SAMPLE.py b/config_SAMPLE.py index 01732dd..bd61265 100755 --- a/config_SAMPLE.py +++ b/config_SAMPLE.py @@ -14,5 +14,5 @@ TGID_FILE = 'talkgroup_ids.csv' # User provided, should be in "i LOCAL_SUB_FILE = 'local_subscriber_ids.csv' # User provided (optional, leave '' if you don't use it), follow the format of DMR-MARC LOCAL_PEER_FILE = 'local_peer_ids.csv' # User provided (optional, leave '' if you don't use it), follow the format of DMR-MARC FILE_RELOAD = 7 # Number of days before we reload DMR-MARC database files -PEER_URL = 'http://radioid.net/static/rptrs.csv' -SUBSCRIBER_URL = 'http://radioid.net/static/users.csv' +PEER_URL = 'https://www.radioid.net/static/rptrs.csv' +SUBSCRIBER_URL = 'https://www.radioid.net/static/users.csv'