Skip to content

Commit

Permalink
pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbowen committed Dec 11, 2024
1 parent eaf127f commit 105dbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/logger_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def format(self, record):
if "app." in str(frame.frame.f_globals.get("__name__")):
caller_function = frame.function
caller_module = frame.frame.f_globals.get(
"__name__", "unknown"
"__name__", ""
)
break

Expand Down

0 comments on commit 105dbac

Please sign in to comment.