Skip to content

Commit

Permalink
Log actual name
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanarijit committed Dec 22, 2023
1 parent dd9631f commit 23e2593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apphelpers/rest/fastapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ def build(self, method, method_args, method_kw, f):

print(
f"{method_args[0]}",
f"[{method.__name__.upper()}] => {module}:{name}",
f"[{method.__name__.upper()}] => {f.__module__}:{f.__name__}",
)
m = method(*method_args, **method_kw)
f = self.access_wrapper(
Expand Down

0 comments on commit 23e2593

Please sign in to comment.