diff --git a/custom_components/mega/hub.py b/custom_components/mega/hub.py index 59f5d8c..69b5fe3 100644 --- a/custom_components/mega/hub.py +++ b/custom_components/mega/hub.py @@ -310,8 +310,8 @@ class MegaD: return ret except asyncio.TimeoutError: self.lg.warning(f'timeout while requesting {url}') - raise - # await asyncio.sleep(1) + # raise + await asyncio.sleep(1) raise asyncio.TimeoutError('after 3 tries') async def save(self):