From 06502f9e9f05ac0572e4cdc1e9509233f058fe24 Mon Sep 17 00:00:00 2001 From: Waldek Date: Thu, 31 Dec 2020 21:52:22 +0100 Subject: [PATCH] Display (True) or not (False) empty master in status --- config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config.py b/config.py index 7c363dc..f4931a4 100644 --- a/config.py +++ b/config.py @@ -4,6 +4,7 @@ CONFIG_INC = True # Include Masters stats HOMEBREW_INC = True # Display Homebrew Peers status LASTHEARD_INC = True # Display lastheard table on main page BRIDGES_INC = False # Display Bridge status and button +EMPTY_MASTERS = False # Display (True) or not (False) empty master in status # HBLINK_IP = '127.0.0.1' # HBlink's IP Address HBLINK_PORT = 4321 # HBlink's TCP reporting socket