Skip to content

Commit d86020e

Browse files
hardbytebessman
authored andcommitted
Update can/io/asc.py
Co-authored-by: Alexander Bessman <bessman@users.noreply.github.com>
1 parent 14c7a68 commit d86020e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

can/io/asc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ def __iter__(self) -> Generator[Message, None, None]:
191191
start_time = datetime.strptime(start_time, "%a %b %m %I:%M:%S.%f %p %Y").timestamp()
192192
except ValueError:
193193
start_time = 0.0
194-
start_time = datetime.strptime(start_time, "%a %b %m %I:%M:%S.%f %p %Y").timestamp()
195194
continue
196195

197196
if not temp or not temp[0].isdigit():

0 commit comments

Comments
 (0)