mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-02 20:32:39 +02:00
chore: linting
This commit is contained in:
parent
8e6826dd66
commit
d39bf3510f
3 changed files with 10 additions and 14 deletions
|
|
@ -382,9 +382,7 @@ class ConnectorIndexingNotificationHandler(BaseNotificationHandler):
|
|||
"temporary_error": f"{service_name} temporarily unavailable",
|
||||
}
|
||||
|
||||
base_message = retry_messages.get(
|
||||
retry_reason, f"Waiting for {service_name}"
|
||||
)
|
||||
base_message = retry_messages.get(retry_reason, f"Waiting for {service_name}")
|
||||
|
||||
# Add wait time and progress info
|
||||
if wait_seconds and wait_seconds > 5:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue