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

XFEstudio/gpt4free

Remove redundant try block in main function for client mode execution

6aeb41f8
hlohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +0 -1
Modified g4f/cli/__init__.py +0 -1
@@ -352,7 +352,6 @@ def main():
352 352
353 353 except argparse.ArgumentError:
354 354 # Try client mode
355 try:
356 355 run_client_args(
357 356 get_parser(exit_on_error=False).parse_args(),
358 357 exit_on_error=False