Update solarconditions.py

This commit is contained in:
SpudGunMan
2024-07-10 22:39:51 -07:00
parent 7bd96b64d2
commit 572e8d3a4a
-4
View File
@@ -8,10 +8,6 @@ from datetime import datetime
import ephem # pip install pyephem
from datetime import timedelta
# default location for solar conditions if none is provided
LATITUDE = 48.50
LONGITUDE = -123.0
URL_TIMEOUT = 10 # wait time for URL requests
trap_list_solarconditions = ("sun", "solar", "hfcond")