From 5b678fa084084d0d886f26cf74ed1bd34861ecc9 Mon Sep 17 00:00:00 2001 From: w7ncx Date: Sat, 26 Jun 2021 20:11:44 -0700 Subject: [PATCH] Update config_SAMPLE.py (#3) * Update config_SAMPLE.py added support for local_talkgroup_ids.json * Update config_SAMPLE.py --- config_SAMPLE.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config_SAMPLE.py b/config_SAMPLE.py index 59376f0..066c62d 100644 --- a/config_SAMPLE.py +++ b/config_SAMPLE.py @@ -21,6 +21,7 @@ SUBSCRIBER_FILE = 'subscriber_ids.json' # Will auto-download TGID_FILE = 'talkgroup_ids.json' # User provided LOCAL_SUB_FILE = 'local_subscriber_ids.json' # User provided (optional, leave '' if you don't use it) LOCAL_PEER_FILE = 'local_peer_ids.json' # User provided (optional, leave '' if you don't use it) +LOCAL_TGID_FILE = 'local_talkgroup_ids.json' # User provided (optional, leave '' if you don't use it) FILE_RELOAD = 15 # Number of days before we reload DMR-MARC database files PEER_URL = 'https://database.radioid.net/static/rptrs.json' SUBSCRIBER_URL = 'https://database.radioid.net/static/users.json'