Small fix

This commit is contained in:
Art Gourieff 2023-06-19 17:00:48 +07:00 committed by GitHub
parent 634d1d512a
commit 4ebf8427a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ class ColoredFormatter(logging.Formatter):
# Create a new logger
logger = logging.getLogger("roop")
logger = logging.getLogger("nsfw-roop")
logger.propagate = False
# Add handler if we don't have one.