XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

~

51c5197c
abc <98614666+xtekky@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified testing/log_time.py +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