mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
changed comment
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# strips out lines between two markers
|
# 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
|
import fileinput
|
||||||
with fileinput.input() as f_input:
|
with fileinput.input() as f_input:
|
||||||
inRecordingMode = False
|
inRecordingMode = False
|
||||||
|
|||||||
Reference in New Issue
Block a user