New strategy for only_on_coming_evt

This commit is contained in:
nemunaire 2023-09-06 10:04:04 +02:00
parent 4305865d5e
commit 0951369742
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ if __name__ == '__main__':
args = parser.parse_args()
main(
args.only_on_coming_evt,
args.only_on_coming_evt or (datetime.now().minute % 10 == 0 and not datetime.now().minute % 30 == 0),
args.ignore_module,
args.force_coming_evt,
args.expand_alerts,