mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 05:57:17 +08:00
Merge branch 'main' of https://github.com/Aaron617/owl into main
This commit is contained in:
@@ -25,7 +25,7 @@ import signal
|
||||
import dotenv
|
||||
|
||||
# 设置日志队列
|
||||
log_queue = queue.Queue()
|
||||
log_queue: queue.Queue[str] = queue.Queue()
|
||||
|
||||
# 当前运行的进程
|
||||
current_process = None
|
||||
|
||||
Reference in New Issue
Block a user