Skip to content

Commit

Permalink
Update Joan.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamster3000 authored Nov 26, 2024
1 parent 98e7b23 commit 07740c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Joan.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def log_execution_time(func):
Return:
- callable: The wrapped function with execution time logging added.
"""
@wraps(func)
def wraper(*args, **kwargs):
start_time = time.time()
Expand Down

0 comments on commit 07740c3

Please sign in to comment.