修复latex识别主文件错误的问题

这个提交包含在:
binary-husky
2023-09-14 17:51:41 +08:00
父节点 a1cc2f733c
当前提交 a3f36668a8
共有 2 个文件被更改,包括 2 次插入0 次删除

查看文件

@@ -109,6 +109,7 @@ class SparkRequestInstance():
code = data['header']['code']
if code != 0:
print(f'请求错误: {code}, {data}')
self.result_buf += str(data)
ws.close()
self.time_to_exit_event.set()
else: