formatting

This commit is contained in:
proddy
2024-09-25 17:32:31 +02:00
parent e802812fc6
commit 5cba925717
13 changed files with 169 additions and 89 deletions

View File

@@ -10,4 +10,4 @@ with fileinput.input() as f_input:
elif line.startswith('---- CSV END ----'):
inRecordingMode = False
else:
print(line, end="")
print(line, end="")