Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitextor/bicleaner-ai.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbicleaner_ai/bicleaner_ai_classifier.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bicleaner_ai/bicleaner_ai_classifier.py b/bicleaner_ai/bicleaner_ai_classifier.py
index c139671..a9afdab 100755
--- a/bicleaner_ai/bicleaner_ai_classifier.py
+++ b/bicleaner_ai/bicleaner_ai_classifier.py
@@ -40,7 +40,7 @@ def initialization():
# Warn about args.processes deprecation
if args.processes is not None:
- logging.warging("--processes option is not available anymore, please use BICLEANER_AI_THREADS environment variable instead.")
+ logging.warning("--processes option is not available anymore, please use BICLEANER_AI_THREADS environment variable instead.")
# Set the number of processes from the environment variable
# or instead use all cores