Loading cog/actions.py +1 −1 Original line number Diff line number Diff line Loading @@ -904,7 +904,7 @@ To unset override, simply set an empty list of systems. Check if we are within the window configured for showing deferred systems. """ hours_to_tick = cog.util.get_config("hours_to_tick_deferred") hours_to_tick = cog.util.get_config("hours_to_tick_priority") now = datetime.datetime.utcnow().replace(microsecond=0) weekly_tick = now.replace(hour=7, minute=0, second=0) # pylint: disable=unexpected-keyword-arg Loading tests/secrethub/secretConfig.yml +1 −0 Original line number Diff line number Diff line Loading @@ -66,4 +66,5 @@ tests: page: TestUnitUM ttl: 60 # Self deleting messages last this long hours_to_tick_priority: 36 # vim: set ft=yaml : Loading
cog/actions.py +1 −1 Original line number Diff line number Diff line Loading @@ -904,7 +904,7 @@ To unset override, simply set an empty list of systems. Check if we are within the window configured for showing deferred systems. """ hours_to_tick = cog.util.get_config("hours_to_tick_deferred") hours_to_tick = cog.util.get_config("hours_to_tick_priority") now = datetime.datetime.utcnow().replace(microsecond=0) weekly_tick = now.replace(hour=7, minute=0, second=0) # pylint: disable=unexpected-keyword-arg Loading
tests/secrethub/secretConfig.yml +1 −0 Original line number Diff line number Diff line Loading @@ -66,4 +66,5 @@ tests: page: TestUnitUM ttl: 60 # Self deleting messages last this long hours_to_tick_priority: 36 # vim: set ft=yaml :