浏览代码

auto commit

master
jfinn 3 年前
父节点
当前提交
02003c9410
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      wsps/tasks_loop.py

+ 1
- 1
wsps/tasks_loop.py 查看文件

156
 class globCL(GCLMixin):
156
 class globCL(GCLMixin):
157
 	def __init__(self,*a,**kw):
157
 	def __init__(self,*a,**kw):
158
 		# for now we are not going to do any weird class stuff
158
 		# for now we are not going to do any weird class stuff
159
-		glob_cl.acl = None
159
+		self.acl = None
160
 		self.rconn = connect_redis()
160
 		self.rconn = connect_redis()
161
 		self.rman = RldMan()
161
 		self.rman = RldMan()
162
 		self.cbs_once = []
162
 		self.cbs_once = []

正在加载...
取消
保存