mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Let ruff autofix some things from the newest version
This commit is contained in:
parent
71e4be2d5e
commit
70f3f98363
7 changed files with 16 additions and 16 deletions
|
|
@ -28,7 +28,7 @@ if __name__ == "__main__":
|
|||
except Exception as e:
|
||||
print(
|
||||
f"Redis ping #{attempt} failed.\n"
|
||||
f"Error: {str(e)}.\n"
|
||||
f"Error: {e!s}.\n"
|
||||
f"Waiting {RETRY_SLEEP_SECONDS}s",
|
||||
flush=True,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue