BS 0.1.0 修复错误
This commit is contained in:
@@ -269,7 +269,7 @@ class global_lock_guard(lock_guard):
|
||||
class thread_instance(threading.Thread):
|
||||
def __init__(
|
||||
self,
|
||||
call: Action[None],
|
||||
call: Action,
|
||||
*,
|
||||
is_del_join: bool = True,
|
||||
**kwargs
|
||||
|
Reference in New Issue
Block a user