mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
chrome: clarify units
This commit is contained in:
parent
6f8ad56618
commit
4b93e20737
@ -267,7 +267,7 @@ class Chrome:
|
||||
if time.time() - self._last_warning > 30:
|
||||
url_logger.warning(
|
||||
"problem accessing url (will keep trying until timeout)",
|
||||
timeout=timeout_sec,
|
||||
timeout_sec=timeout_sec,
|
||||
exc_info=True,
|
||||
)
|
||||
self._last_warning = time.time()
|
||||
|
Loading…
x
Reference in New Issue
Block a user