✨ Making sure ports are only opened for active patterns
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user