Skip to content

Commit

Permalink
catch up rename of script
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteven4 committed Apr 30, 2024
1 parent 63096cc commit 3311c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ecg_analysis/analyze_ecg.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def analyze(rrfile, ecgfile, locfile=None, axislimit=DEFAULT_AXIS_LIMIT, thresho

def main():
parser = argparse.ArgumentParser(
prog="analyze_polar",
prog="analyze_ecg",
description="Polar Sensor Logger RR and ECG analyzer",
formatter_class=argparse.ArgumentDefaultsHelpFormatter,
)
Expand Down

0 comments on commit 3311c9c

Please sign in to comment.