changed comment

This commit is contained in:
proddy
2025-03-10 21:47:07 +01:00
parent cd8b1add54
commit f8ece46163

View File

@@ -1,5 +1,5 @@
# strips out lines between two markers
# pipe a file into, for example: 'cat x | python3 strip_csv.py'
# pipe a file into it, for example: 'cat x | python3 strip_csv.py'
import fileinput
with fileinput.input() as f_input:
inRecordingMode = False