mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-23 18:04:34 +00:00
run pre-commit
This commit is contained in:
@@ -93,15 +93,14 @@ def purge_fs_sessions(path):
|
||||
if is_true(os.getenv("ODOO_SESSION_REDIS")):
|
||||
if sentinel_host:
|
||||
_logger.debug(
|
||||
"HTTP sessions stored in Redis with prefix '%s'. "
|
||||
"Using Sentinel on %s:%s",
|
||||
"HTTP sessions stored in Redis with prefix '%s'. Using Sentinel on %s:%s",
|
||||
prefix or "",
|
||||
sentinel_host,
|
||||
sentinel_port,
|
||||
)
|
||||
else:
|
||||
_logger.debug(
|
||||
"HTTP sessions stored in Redis with prefix '%s' on " "%s:%s",
|
||||
"HTTP sessions stored in Redis with prefix '%s' on %s:%s",
|
||||
prefix or "",
|
||||
host,
|
||||
port,
|
||||
|
||||
Reference in New Issue
Block a user