replaced concatenation to make expression became like others parts of code
This commit is contained in:
parent
01dabf7c05
commit
153f3af39f
@ -97,7 +97,7 @@ def train_classifier():
|
|||||||
logger.debug("Training data unchanged.")
|
logger.debug("Training data unchanged.")
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.warning("Classifier error: " + str(e))
|
logger.warning(f"Classifier error: {e}")
|
||||||
|
|
||||||
|
|
||||||
@shared_task(bind=True)
|
@shared_task(bind=True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user