Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBender committed Sep 8, 2021
1 parent 672d1d8 commit 6027b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/ReadObjectList.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,12 @@ def main():
# parse the command line arguments
parser = ConfigArgumentParser(description=__doc__)

# add an argument for interval
# add an argument for the device identifier
parser.add_argument('device_id', type=int,
help='device identifier',
)

# add an argument for interval
# add an argument for the address of the device
parser.add_argument('device_addr', type=str,
help='device address',
)
Expand Down

0 comments on commit 6027b96

Please sign in to comment.