mirror of
https://github.com/serengil/deepface.git
synced 2025-06-06 19:45:21 +00:00
whitespace removed
This commit is contained in:
parent
9768abc720
commit
39a6d24163
@ -21,7 +21,7 @@ class Logger:
|
||||
|
||||
def __init__(self):
|
||||
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))
|
||||
try:
|
||||
self.log_level = int(log_level)
|
||||
|
Loading…
x
Reference in New Issue
Block a user