Fix delim for notecard output
This commit is contained in:
parent
0eeaa9b618
commit
f8cdd693d0
2
process
2
process
@ -22,5 +22,5 @@ def main():
|
|||||||
# Strip any whitespace in the csv file
|
# Strip any whitespace in the csv file
|
||||||
stripped = map(strip, row)
|
stripped = map(strip, row)
|
||||||
[keyword, text, sound] = stripped
|
[keyword, text, sound] = stripped
|
||||||
print(f'{keyword},{text},{sound}')
|
print(f'{keyword}|{text}|{sound}')
|
||||||
main()
|
main()
|
||||||
|
Loading…
Reference in New Issue
Block a user