From fc876c014a5aecd1d483c0ffce0f1261192f4837 Mon Sep 17 00:00:00 2001 From: dj2ls Date: Sat, 5 Nov 2022 22:32:04 +0100 Subject: [PATCH] small cleanup --- tnc/main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tnc/main.py b/tnc/main.py index 4b9881d6..3c45ef80 100755 --- a/tnc/main.py +++ b/tnc/main.py @@ -373,8 +373,7 @@ if __name__ == "__main__": # start modem modem = modem.RF() - # start explorer - print(static.ENABLE_EXPLORER) + # optionally start explorer module if static.ENABLE_EXPLORER: log.info("[EXPLORER] Publishing to https://explorer.freedata.app", state=static.ENABLE_EXPLORER) explorer = explorer.explorer()