Skip to content

Commit 95e8548

Browse files
committed
[ID3toCSV] fix python call in id3tocsv.sh to python3
1 parent 83613b0 commit 95e8548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: id3tocsv.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
python ./Id3ToCsv/id3tocsv.py ./Music
3+
python3 ./Id3ToCsv/id3tocsv.py ./Music

0 commit comments

Comments
 (0)