From 90276376a32d8fcca81ec27eb4a42c46307934dc Mon Sep 17 00:00:00 2001 From: Waldek Date: Tue, 16 Jun 2020 20:38:34 +0200 Subject: [PATCH] radioid.net is changing the URL for database dumps --- config_SAMPLE.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_SAMPLE.py b/config_SAMPLE.py index 96be8fc..b122c5c 100644 --- a/config_SAMPLE.py +++ b/config_SAMPLE.py @@ -25,8 +25,8 @@ TGID_FILE = 'talkgroup_ids.json' # User provided, should be in " LOCAL_SUB_FILE = 'local_subscriber_ids.json' # User provided (optional, leave '' if you don't use it), follow the format of DMR-MARC LOCAL_PEER_FILE = 'local_peer_ids.json' # User provided (optional, leave '' if you don't use it), follow the format of DMR-MARC FILE_RELOAD = 30 # Number of days before we reload DMR-MARC database files -PEER_URL = 'https://www.radioid.net/static/rptrs.json' -SUBSCRIBER_URL = 'https://www.radioid.net/static/users.json' +PEER_URL = 'https://database.radioid.net/static/rptrs.json' +SUBSCRIBER_URL = 'https://database.radioid.net/static/users.json' # Settings for log files LOG_PATH = './log/' # MUST END IN '/'