Skip to content
Snippets Groups Projects
Commit 537bb5c6 authored by rink's avatar rink
Browse files

snapshot..

parent 59e485ad
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ class AMVFiles: ...@@ -34,7 +34,7 @@ class AMVFiles:
dto = self.get_datetime(pname) dto = self.get_datetime(pname)
dto_start = dto dto_start = dto
dto_end = dto + datetime.timedelta(minutes=file_time_span) dto_end = dto + datetime.timedelta(minutes=file_time_span)
ftimes.append((dto_start.timestamp(), dto_end.timestamp())) self.ftimes.append((dto_start.timestamp(), dto_end.timestamp()))
def get_datetime(self, pathname): def get_datetime(self, pathname):
return None return None
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment