This commit is contained in:
binary-husky
2024-10-18 14:16:24 +00:00
parent 2b299cf579
commit a9c86a7fb8
3 changed files with 45 additions and 3 deletions

View File

@@ -423,6 +423,9 @@ def 编译Latex(chatbot, history, main_file_original, main_file_modified, work_f
except Exception as e:
logger.error(e)
pass
return True # 成功啦
else:
if n_fix>=max_try: break