Skip to content

Commit ddc9d2c

Browse files
committed
fix: change bus rollover to 10am
1 parent ccd7761 commit ddc9d2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

intranet/settings/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ def get_log(name): # pylint: disable=redefined-outer-name; 'name' is used as th
949949
SIMILAR_THRESHOLD = 5
950950

951951
# Time that the bus page should change from morning to afternoon display
952-
BUS_PAGE_CHANGEOVER_HOUR = 12
952+
BUS_PAGE_CHANGEOVER_HOUR = 10
953953

954954
# Age (in days) of a lost and found entry until it is hidden
955955
LOSTFOUND_EXPIRATION = 180

0 commit comments

Comments
 (0)