mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
Merge branch 'ss-fix' into qa
This commit is contained in:
commit
1b8655d271
@ -156,6 +156,7 @@ class ElapsedMixIn(object):
|
||||
if ss['stop']:
|
||||
dt += (ss['stop'] - ss['start']).total_seconds()
|
||||
else:
|
||||
self.logger.warning("missing expected ss['stop']")
|
||||
dt += (doublethink.utcnow() - ss['start']).total_seconds()
|
||||
ss = self.starts_and_stops[-1]
|
||||
if ss['stop']:
|
||||
|
Loading…
x
Reference in New Issue
Block a user