Skip to content

Commit 2056c6f

Browse files
github-actionsgithub-actions
authored andcommitted
chore: commit changes after running pre-commit hooks
1 parent 28966f9 commit 2056c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aggregator/redis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def store_nudge_marker(self, nudge, logger):
310310
logger.info(f"Checking nudge has been processed: {nudge_key}")
311311
self.redis.setex(
312312
self._k_nudge(nudge_key),
313-
# The time to live of the logged record of the nudge in redis set to 10 days (2 x 120 x 3600 seconds).
313+
# The time to live of the logged record of the nudge in redis set to 10 days (2 x 120 x 3600 seconds).
314314
self.chores_warnings_check_window_in_hours * 120 * 3600,
315315
"processed",
316316
)

0 commit comments

Comments
 (0)