You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819
  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()