Skip to content

Commit

Permalink
deepseek兼容
Browse files Browse the repository at this point in the history
  • Loading branch information
avilliai committed Feb 3, 2025
1 parent 2c8577b commit e46b098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def updaat(f=False,source=None,yamls={}):

if source is not None:
source = int(source)
if source < 1 or source > len(sources):
if source < 0 or source > len(sources):
logger.error("无效输入,重新执行")
updaat()
# os.system("git pull https://github.com/avilliai/Manyana.git")
Expand Down

0 comments on commit e46b098

Please # to comment.