Skip to content

Commit f065a7f

Browse files
committed
Update weather.py
1 parent b1238c5 commit f065a7f

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
@@ -607,6 +607,6 @@ def get_satellite(location):
607607
# this is just a placeholder till the actual code gets programmed.
608608
satellite="americas"
609609

610-
gid = f.lat_lon_gid(location)
610+
gid = NSRDBX.lat_lon_gid(location)
611611

612612
return satellite, gid

0 commit comments

Comments
 (0)