From 08bf19fc888b6c5fe4dd4d77245f1e6f8df6c1c5 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 20 Jul 2024 00:31:35 -0700 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mesh_bot.py b/mesh_bot.py index 1d6a5ca..4e1d43c 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -160,6 +160,12 @@ if solar_conditions_enabled: if location_enabled: print(f"System: Location Telemetry Enabled") +if dad_jokes_enabled: + print(f"System: Dad Jokes Enabled!") + +if store_forward_enabled: + print(f"System: Store and Forward Enabled") + loop = asyncio.new_event_loop() try: loop.run_forever(start_rx())