This commit is contained in:
Romain J 2021-04-25 00:59:57 +02:00
parent 3c5741e6c5
commit 96cfa17d2e

View file

@ -99,7 +99,6 @@ class Network(commands.Cog):
timeout=aiohttp.ClientTimeout(total=60),
) as s:
self._peeringdb_net = await s.json()
logging.getLogger("dis")
except asyncio.exceptions.TimeoutError:
pass