Update pong-bot.py

This commit is contained in:
SpudGunMan
2024-06-13 10:52:19 -07:00
parent 4ed5f834bd
commit 7e841fa66e
+1 -1
View File
@@ -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():