From 2f207dc3d94d6e7a3bdcf8daaafc92f081e8e219 Mon Sep 17 00:00:00 2001 From: Nestpebble <116762865+Nestpebble@users.noreply.github.com> Date: Thu, 26 Sep 2024 14:18:25 +0100 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index 13cbd88..2aae071 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -53,7 +53,7 @@ def auto_response(message, snr, rssi, hop, pkiStatus, message_from_id, channel_n "hfcond": hf_band_conditions, "solar": lambda: drap_xray_conditions() + "\n" + solar_conditions(), "lheard": lambda: handle_lheard(message_from_id, deviceID, isDM), - "sitrep": lambda: handle_lheard(message_from_id, deviceID), + "sitrep": lambda: handle_lheard(message_from_id, deviceID, isDM), "whereami": lambda: handle_whereami(message_from_id, deviceID, channel_number), "tide": lambda: handle_tide(message_from_id, deviceID, channel_number), "moon": lambda: handle_moon(message_from_id, deviceID, channel_number),