Making sure ports are only opened for active patterns

This commit is contained in:
NikolajDanger
2023-05-27 19:31:00 +02:00
parent 81091df34b
commit afa764ad67
3 changed files with 70 additions and 2 deletions

View File

@ -31,7 +31,7 @@ class BaseMonitor:
_recipes: Dict[str, BaseRecipe]
# A collection of rules derived from _patterns and _recipes
_rules: Dict[str, Rule]
# A channel for sending messages to the runner event queue. Note that this
# A channel for sending messages to the runner event queue. Note that this
# is not initialised within the constructor, but within the runner when the
# monitor is passed to it unless the monitor is running independently of a
# runner.