modified: src/process.py

This commit is contained in:
JianFeeeee
2026-01-21 22:50:07 +08:00
parent f15fac8b14
commit 0e9bf54d1f

View File

@ -30,7 +30,8 @@ class SiloconFlowAPI:
print("server busy,waiting")
time.sleep(10)
i = 0
if(self.count>maxcount)
if(self.count>maxcount):
return " "
return self.get_ai_message(message,i)