Skip to content

Commit

Permalink
changed uvs to uvi
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik Sauer committed Jan 29, 2025
1 parent 23dccf4 commit 78f5853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/campaign/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def get_current_mean(dimension):


# dimensions to be displayed
target_dimensions = (Dimension.TEMPERATURE, Dimension.UVS)
target_dimensions = (Dimension.TEMPERATURE, Dimension.UVI)
time_range = timedelta(days=1)
start_time = datetime.now(timezone.utc) - time_range

Expand Down

0 comments on commit 78f5853

Please sign in to comment.