nbFZY

Results 1 issues of nbFZY

### Code that causes the issue def test(self): self.api_id = self.api_id_text.GetValue() self.api_hash = self.api_hash_text.GetValue() checked_sessions = [self.list_ctrl.GetItemText(i, 1) for i in range(self.list_ctrl.GetItemCount()) if self.list_ctrl.IsItemChecked(i)] self.loop = asyncio.new_event_loop() asyncio.set_event_loop(self.loop) self.tasks =...