replaced concatenation to make expression became like others parts of code

This commit is contained in:
igeni 2024-03-23 12:43:10 +03:00
parent 01dabf7c05
commit 153f3af39f

View File

@ -97,7 +97,7 @@ def train_classifier():
logger.debug("Training data unchanged.")
except Exception as e:
logger.warning("Classifier error: " + str(e))
logger.warning(f"Classifier error: {e}")
@shared_task(bind=True)