Skip to content

Commit

Permalink
alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
solanto committed Apr 9, 2021
1 parent 0004c09 commit ef9d614
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions whee.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ def get_arduino_port():
default = 9600
)

parser.add_argument("--delimiter", "-d",
parser.add_argument("--delimiter","-d",
help = 'the csv-style delimiter (you may need to enter this in quotes; default: ",")',
default = ","
)

parser.add_argument("--sample-rate", "-s",
help = "the rate in Hz at which the device sends output (default: 8000)",
default = 8000
help = "the rate in Hz at which the device sends output (default: 8000)",
default = 8000
)

parser.add_argument("--ready-flag", "-f",
Expand Down

0 comments on commit ef9d614

Please sign in to comment.