mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 12:05:22 +00:00
whitespace removed
This commit is contained in:
parent
9768abc720
commit
39a6d24163
@ -21,7 +21,7 @@ class Logger:
|
|||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
if not hasattr(self, "_singleton_initialized"):
|
if not hasattr(self, "_singleton_initialized"):
|
||||||
self._singleton_initialized = True # to prevent multiple initializations
|
self._singleton_initialized = True # to prevent multiple initializations
|
||||||
log_level = os.environ.get("DEEPFACE_LOG_LEVEL", str(logging.INFO))
|
log_level = os.environ.get("DEEPFACE_LOG_LEVEL", str(logging.INFO))
|
||||||
try:
|
try:
|
||||||
self.log_level = int(log_level)
|
self.log_level = int(log_level)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user