Update solarconditions.py

This commit is contained in:
SpudGunMan
2024-06-19 00:50:58 -07:00
parent 3d553cce75
commit 1331bc1f13
+1 -1
View File
@@ -7,7 +7,7 @@ import xml.dom.minidom
from datetime import timedelta
from dateutil import tz # pip install python-dateutil
from suntime import Sun, SunTimeException # pip install suntime
import datetime # pip install datetime
from datetime import datetime
LATITUDE = 48.50
LONGITUDE = -123.0