From 6e33e826ca1b1c37d94d49c3449bac4daeeaa617 Mon Sep 17 00:00:00 2001 From: exitnode Date: Tue, 8 Dec 2020 10:46:41 +0100 Subject: [PATCH] added verbose option --- config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config.py b/config.py index 0b56b7d..56dbc14 100644 --- a/config.py +++ b/config.py @@ -5,6 +5,7 @@ talkgroups = [91, 262] # Talkgroups to monitor callsigns = ["N0CALL", "N0C4LL"] # Callsigns to monitor min_duration = 2 # Min. duration of a QSO to qualify for a push notification min_silence = 300 # Min. time in seconds after the last QSO before a new push notification will be send +verbose = True # Enable extra messages (console only) # Pushover configuration pushover_token = "" # Your Pushover API token pushover_user = "" # Your Pushover user key