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

clean up deprecation warnings

This commit is contained in:
Joel Bender 2019-04-15 09:32:29 -04:00
parent 612cd86cc0
commit 78b6586da6
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ class VLANApplication(Application, WhoIsIAmServices, ReadWritePropertyServices):
def __init__(self, vlan_device, vlan_address, aseID=None):
if _debug: VLANApplication._debug("__init__ %r %r aseID=%r", vlan_device, vlan_address, aseID)
Application.__init__(self, vlan_device, vlan_address, aseID)
Application.__init__(self, vlan_device, aseID=aseID)
# include a application decoder
self.asap = ApplicationServiceAccessPoint()

View File

@ -120,7 +120,7 @@ class VLANApplication(
global args
# normal initialization
Application.__init__(self, vlan_device, vlan_address, aseID)
Application.__init__(self, vlan_device, aseID=aseID)
# optional read property multiple
if args.rpm: