pull/859/head
abc 1 year ago
parent a4fe9907d6
commit 51c5197c5c

@ -22,4 +22,4 @@ def log_time(method: callable, **kwargs):
secs = f"{round(time() - start, 2)} secs"
if result:
return " ".join([result, secs])
return secs
return secs

Loading…
Cancel
Save