From 7e841fa66e955466d133b07bdac0af861f8a7782 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 13 Jun 2024 10:52:19 -0700 Subject: [PATCH] Update pong-bot.py --- pong-bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pong-bot.py b/pong-bot.py index bb62f95..217c0fa 100644 --- a/pong-bot.py +++ b/pong-bot.py @@ -53,7 +53,7 @@ def auto_response(message,snr,rssi): bot_response = MOTD elif "sun" in message.lower(): suntime = get_sunrise_sunset() - bot_response = "Sunrise: " + suntime()[0] + "\nSunset: " + suntime()[1] + bot_response = "Sunrise: " + suntime[0] + "\nSunset: " + suntime[1] elif "hfcond" in message.lower(): bot_response = hf_band_conditions() elif "solar" in message.lower():