Skip to content

Commit bb4f736

Browse files
committed
Update weather.py
fixed now.
1 parent 2e109f0 commit bb4f736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvdeg/weather.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def get(database, id=None, geospatial=False, **kwargs):
4949

5050
if type(id) is tuple:
5151
location = id
52-
if satellite is None:
52+
if satellite == None:
5353
satellite, gid = get_satellite(location)
5454
gid = None
5555
lat = location[0]

0 commit comments

Comments
 (0)