1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-10-27 00:57:47 +08:00

use the other parameter, when=0 means something different than delta=0 (but probably shouldn't)

This commit is contained in:
Joel Bender
2017-12-15 10:59:38 -05:00
parent 6d72551f39
commit efea2676df
4 changed files with 3 additions and 4 deletions

View File

@@ -538,7 +538,7 @@ class BIPForeign(BIPSAP, Client, Server, OneShotTask, DebugContents):
self.bbmdTimeToLive = ttl
# install this task to run when it gets a chance
self.install_task(delta=0)
self.install_task(when=0)
def unregister(self):
"""Drop the registration with a BBMD."""