mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-16 00:12:48 +00:00
updates
This commit is contained in:
parent
301770a559
commit
84cc224f14
@ -32,7 +32,7 @@ class Logger(object):
|
|||||||
calframe = inspect.getouterframes(curframe, 2)
|
calframe = inspect.getouterframes(curframe, 2)
|
||||||
mytype = type(self).__name__
|
mytype = type(self).__name__
|
||||||
caller = calframe[1][3]
|
caller = calframe[1][3]
|
||||||
LOG(f'\n[{mytype}.{caller}()]',*x)
|
log(f'\n[{mytype}.{caller}()]',*x)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user