1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-09-28 22:15:23 +08:00

apply patch and bump the version

This commit is contained in:
Joel Bender 2025-01-21 21:44:18 -05:00
parent a5be2ad5ac
commit 12061f1892
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ if _sys.platform not in _supported_platforms:
# Project Metadata
#
__version__ = '0.18.7'
__version__ = '0.19.0'
__author__ = 'Joel Bender'
__email__ = 'joel@carrickbender.com'

View File

@ -49,10 +49,10 @@ class DetectionMonitor:
# trigger it
if trigger:
self.algorithm._triggered = True
deferred(self.algorithm._execute)
if _debug: DetectionMonitor._debug(" - deferred: %r", self.algorithm._execute)
self.algorithm._triggered = True
#
# monitor_filter