def run_proxy(self, addon): asyncio.run(self.start_proxy(addon)) async def start_proxy(self, addon): ... await self.proxy.run() return self.proxy