A02 v2
This commit is contained in:
parent
678b3e4785
commit
17f633e5ba
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user