zjrwtx commited on
Commit
03220bb
·
1 Parent(s): c34fb3d

delete stop function

Browse files
Files changed (1) hide show
  1. owl/webapp_zh.py +2 -2
owl/webapp_zh.py CHANGED
@@ -246,8 +246,8 @@ def validate_input(question: str) -> bool:
246
  return False
247
  return True
248
 
249
- # 终止运行进程的函数
250
- def terminate_process():
251
  """停止当前运行的线程,而不是终止整个进程"""
252
  global CURRENT_PROCESS, STOP_REQUESTED
253
 
 
246
  return False
247
  return True
248
 
249
+
250
+
251
  """停止当前运行的线程,而不是终止整个进程"""
252
  global CURRENT_PROCESS, STOP_REQUESTED
253