Skip to content

Commit 9ab5581

Browse files
committed
typo; limit header ornament to 12 chars (#15)
1 parent 8c6bccb commit 9ab5581

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

syncstart.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- compute offset via correlation using scipy ifft/fft
1010
- print ffmpeg/ffprobe output unless quieted by option
1111
- show diagrams to allow MANUAL correction using ZOOM unless suppressed by option
12-
- print result as instruction of as CSV
12+
- print result as instruction or as CSV
1313
1414
MANUAL correction with ZOOM:
1515
@@ -90,7 +90,7 @@ def z_score_normalization(array):
9090

9191

9292
def header(cmdstr):
93-
hdr = '-'*len(cmdstr)
93+
hdr = '-'*12
9494
print('%s\n%s\n%s'%(hdr,cmdstr,hdr))
9595

9696

0 commit comments

Comments
 (0)