Replace tabs with spaces

This commit is contained in:
Stefan Agner 2021-12-07 11:15:54 +00:00
parent d1ddf225b4
commit 2c9ee54977
No known key found for this signature in database
GPG key ID: AE01353D1E44747D

View file

@ -817,9 +817,9 @@ class Recorder(threading.Thread):
if self.queue.qsize() > MAX_QUEUE_BACKLOG * 0.9:
_LOGGER.warning(
"Database queue backlog reached more than 90% of maximum queue "
"length while waiting for backup to finish; recorder will now "
"resume writing to database. The backup can not be trusted and "
"must be restarted"
"length while waiting for backup to finish; recorder will now "
"resume writing to database. The backup can not be trusted and "
"must be restarted"
)
task.queue_overflow = True
break