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:
parent
6b93f606ee
commit
38cb37874f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user