replaced concatenation to make expression became like others parts of code
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user