Changed something

This commit is contained in:
Morgan 2024-02-23 05:47:54 +09:00
parent 826aca5c9f
commit d90bba3f33
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ elif ".edit" in file:
new_brk, new_sub = [], {} new_brk, new_sub = [], {}
for line in lines.split("\n"): for line in lines.split("\n"):
if "\n############ TIMESTAMPS ############" == line: if "############ TIMESTAMPS ############" in line:
break break
if line: if line:
idx, content = line.split(" | ") idx, content = line.split(" | ")