mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-22 06:29:13 -04:00
chrome: clarify units
This commit is contained in:
parent
6f8ad56618
commit
4b93e20737
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue