返回提交历史
Modified
testing/log_time.py
+1
-1
XFEstudio/gpt4free
~
51c5197c
代码差异
1 个文件
+1
-1
@@ -22,4 +22,4 @@ def log_time(method: callable, **kwargs):
22
22
secs = f"{round(time() - start, 2)} secs"
23
23
if result:
24
24
return " ".join([result, secs])
25
return secs
25
return secs