From ba087cb80754ee0f2002eb28ca3aeabcbdd83eb2 Mon Sep 17 00:00:00 2001 From: M33 <327-m33@git.qoto.org> Date: Sun, 21 Mar 2021 17:00:44 +0000 Subject: [PATCH] Select a new picture for quadran 3 (non static) --- radiobot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radiobot.py b/radiobot.py index 8922691..61670e2 100755 --- a/radiobot.py +++ b/radiobot.py @@ -17,7 +17,7 @@ debug=1 posting_delay=1 # Solar image -solar_pics=["http://www.hamqsl.com/solarmap.php", "http://www.hamqsl.com/solar101vhfper.php", "http://www.spacew.com/www/realtime.gif"] +solar_pics=["http://www.hamqsl.com/solarmap.php", "http://www.hamqsl.com/solar101vhfper.php", "https://www.sws.bom.gov.au/Images/HF%20Systems/Global%20HF/HAP%20Charts/New%20York%20LDOCF.gif"] toot_body="Solar data from http://www.hamqsl.com http://www.spacew.com\n\n#HamRadio #SolarData #Propagation #AmateurRadio #CBradio" # Program logic below this line -- GitLab