Skip to content

Commit

Permalink
Correct expected time at which histogram update runs
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Jul 7, 2024
1 parent 209d7f5 commit 7d934ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publicdb/status_display/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from ..inforecords.models import Pc, Station

RECENT_NUM_DAYS = 7
UPDATE_STARTS_AT_HOUR = 3 # am UTC
UPDATE_STARTS_AT_HOUR = 7 # am UTC


class DataStatus:
Expand Down

0 comments on commit 7d934ab

Please sign in to comment.