We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e109f0 commit bb4f736Copy full SHA for bb4f736
pvdeg/weather.py
@@ -49,7 +49,7 @@ def get(database, id=None, geospatial=False, **kwargs):
49
50
if type(id) is tuple:
51
location = id
52
- if satellite is None:
+ if satellite == None:
53
satellite, gid = get_satellite(location)
54
gid = None
55
lat = location[0]
0 commit comments