Skip to content

Commit

Permalink
Merge branch 'master' into new_colors_impl
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranpujolcamins committed Feb 13, 2020
2 parents 8e574d9 + 788a24a commit df545bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/serato_heartbeat.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def main(argv=None):
epilog=__doc__,
formatter_class=argparse.RawDescriptionHelpFormatter,
)
parser.add_argument("port", metavar='PORT', help="MIDI output port name")
parser.add_argument("port", metavar="PORT", help="MIDI output port name")
parser.add_argument("-f", "--xmlfile", help="Mixxx XML file")
args = parser.parse_args(argv)

Expand Down

0 comments on commit df545bf

Please sign in to comment.