Facepalm: actually return latest index on time slice fail..

multichartz_backup
Tyler Goodlet 2022-12-01 09:33:53 -05:00
parent 6f65607296
commit 082cf2b1ea
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ class Flume(Struct):
return array['index'][mask][0]
# just the latest index
array['index'][-1]
return array['index'][-1]
def slice_from_time(
self,