From 8bc275bc630e8eea9ba41d10c669665fb56671c4 Mon Sep 17 00:00:00 2001 From: Waldek Date: Sun, 22 Sep 2019 06:51:51 +0200 Subject: [PATCH] Update config_SAMPLE.py --- config_SAMPLE.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_SAMPLE.py b/config_SAMPLE.py index c97b914..24e1e42 100644 --- a/config_SAMPLE.py +++ b/config_SAMPLE.py @@ -1,7 +1,7 @@ REPORT_NAME = 'Dashboard local of DMR Network' # Name of the monitored HBlink system CONFIG_INC = True # Include HBlink stats LASTHEARD_INC = True # Include Lastheard (10) -HOMEBREW_INC = Ture # Include Homebrew Peers +HOMEBREW_INC = True # Include Homebrew Peers BRIDGES_INC = True # Include Bridge stats (confbrige.py) HBLINK_IP = '127.0.0.1' # HBlink's IP Address HBLINK_PORT = 4321 # HBlink's TCP reporting socket