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

missed updating a sample application

This commit is contained in:
Joel Bender
2018-04-21 23:06:59 -04:00
parent a8336be479
commit 9483bbda96

View File

@@ -402,13 +402,6 @@ def main():
# add it to the device
test_application.add_object(test_bv)
# get the services supported
services_supported = test_application.get_services_supported()
if _debug: _log.debug(" - services_supported: %r", services_supported)
# let the device object know
test_device.protocolServicesSupported = services_supported.value
# make a console
if args.console:
test_console = COVConsoleCmd()