mirror of
https://github.com/miaowware/qrm2.git
synced 2024-11-21 23:45:16 -05:00
Merge pull request #474 from cschmittiey/hamqsl-https
hamqsl.com has moved to https
This commit is contained in:
commit
9feeb01e42
@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Added
|
### Added
|
||||||
- `?drapmap` command to display NOAA D Region Absorption Predictions map.
|
- `?drapmap` command to display NOAA D Region Absorption Predictions map.
|
||||||
|
### Fixed
|
||||||
|
- Issue where `?solarweather` would not show a picture (#474).
|
||||||
|
|
||||||
|
|
||||||
## [2.9.1] - 2023-01-29
|
## [2.9.1] - 2023-01-29
|
||||||
|
@ -23,7 +23,7 @@ class PropagationCog(commands.Cog):
|
|||||||
muf_url = "https://prop.kc2g.com/renders/current/mufd-normal-now.svg"
|
muf_url = "https://prop.kc2g.com/renders/current/mufd-normal-now.svg"
|
||||||
fof2_url = "https://prop.kc2g.com/renders/current/fof2-normal-now.svg"
|
fof2_url = "https://prop.kc2g.com/renders/current/fof2-normal-now.svg"
|
||||||
gl_baseurl = "https://www.fourmilab.ch/cgi-bin/uncgi/Earth?img=ETOPO1_day-m.evif&dynimg=y&opt=-p"
|
gl_baseurl = "https://www.fourmilab.ch/cgi-bin/uncgi/Earth?img=ETOPO1_day-m.evif&dynimg=y&opt=-p"
|
||||||
n0nbh_sun_url = "http://www.hamqsl.com/solarsun.php"
|
n0nbh_sun_url = "https://www.hamqsl.com/solarsun.php"
|
||||||
noaa_drap_url = "https://services.swpc.noaa.gov/images/animations/d-rap/global/d-rap/latest.png"
|
noaa_drap_url = "https://services.swpc.noaa.gov/images/animations/d-rap/global/d-rap/latest.png"
|
||||||
|
|
||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
|
Loading…
Reference in New Issue
Block a user