mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 08:39:59 -05:00
logging
This commit is contained in:
parent
f4f0c02064
commit
d2b8171fb0
@ -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