mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-12 08:20:25 -04:00
minor syntax fixes
This commit is contained in:
parent
46ecaad6be
commit
d8063b5976
1 changed files with 2 additions and 2 deletions
|
@ -807,8 +807,8 @@ class Browser:
|
||||||
|
|
||||||
brozzler.sleep(check_interval)
|
brozzler.sleep(check_interval)
|
||||||
|
|
||||||
if invalid_behavior_checks > valid_behavior_checks and invalid_behavior checks > MAX_UNMATCHED_INVALID_CHECKS:
|
if invalid_behavior_checks > valid_behavior_checks and invalid_behavior_checks > MAX_UNMATCHED_INVALID_CHECKS:
|
||||||
logging.warn(
|
logging.warn(
|
||||||
"behavior logged too many invalid checks, %s, after %.1fs and %s valid checks, for url %s",
|
"behavior logged too many invalid checks, %s, after %.1fs and %s valid checks, for url %s",
|
||||||
elapsed,
|
elapsed,
|
||||||
valid_behavior_checks,
|
valid_behavior_checks,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue