您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

test_imp.py 274B

1234567891011121314151617181920
  1. print("TEST IMP>>")
  2. from . import tasks_loop
  3. def run_hrld():
  4. print("glob_cl")
  5. glob_cl = tasks_loop.glob_cl
  6. # self.groups_set = set()
  7. if glob_cl.has_cl:
  8. return
  9. glob_cl.has_cl = True
  10. glob_cl.run_persistent_loop()
  11. # glob_cl.acl = self.channel_layer
  12. run_hrld()