Remove unused constant

This commit is contained in:
Jules 2024-06-30 17:12:09 +02:00
parent 74dfd6b8aa
commit bb7eb712e3
Signed by: jdejaegh
GPG key ID: 99D6D184CA66933A

View file

@ -13,7 +13,6 @@ _rio_wfs_base_url = 'https://geo.irceline.be/wfs'
_forecast_wms_base_url = 'https://geo.irceline.be/forecast/wms'
# noinspection HttpUrlsUsage
# There is not HTTPS version of this endpoint
_forecast_base_url = 'http://ftp.irceline.be/forecast'
_user_agent = 'github.com/jdejaegh/python-irceline'