Skip to content

Commit

Permalink
added parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansurf committed May 26, 2024
1 parent 818f4f3 commit b9db924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def main(lat=lat, long=long):
"""
Main function
"""
data = gather_data()
data = gather_data(lat, long)
ocean_data = data[0]
uv_index = data[1]
data_dict = data[2]
Expand Down

0 comments on commit b9db924

Please sign in to comment.