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

tutorial006: s/sys.agv/sys.argv

This commit is contained in:
Georg Haas 2017-03-03 15:13:01 +01:00
parent 6b93f606ee
commit 38cb37874f
No known key found for this signature in database
GPG Key ID: B2D065AD4D6E0C81

View File

@ -36,7 +36,7 @@ And creating an instance::
In addition to the other command line options that are typically included in
BACpypes applications, this can be wrapped::
if '--console' in sys.agv:
if '--console' in sys.argv:
ConsoleCmd()
Command Recall