This commit is contained in:
= 2020-11-08 13:46:04 +01:00
parent 678b3e4785
commit 17f633e5ba

View File

@ -2,7 +2,9 @@ import sys
def is_date_in_line(line):
index = 0
while index != -1:
index = line.find(' r.', index+1)
if index == -1: