2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-16 00:12:48 +00:00
This commit is contained in:
quadrismegistus 2020-09-05 22:26:18 +01:00
parent 301770a559
commit 84cc224f14

View File

@ -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)