Update leenkx/blender/lnx/lightmapper/utility/log.py

This commit is contained in:
LeenkxTeam 2025-04-06 10:09:42 +00:00
parent 594cbeffbe
commit 8e4c20647b

View File

@ -5,7 +5,8 @@ class TLM_Logman:
_log = []
def __init__(self):
def __init__(self, *args, **kwargs):
super(TLM_Logman, self).__init__(*args, **kwargs)
print("Logger started Init")
self.append("Logger started.")