rage
This commit is contained in:
parent
3c5741e6c5
commit
96cfa17d2e
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@ class Network(commands.Cog):
|
||||||
timeout=aiohttp.ClientTimeout(total=60),
|
timeout=aiohttp.ClientTimeout(total=60),
|
||||||
) as s:
|
) as s:
|
||||||
self._peeringdb_net = await s.json()
|
self._peeringdb_net = await s.json()
|
||||||
logging.getLogger("dis")
|
|
||||||
except asyncio.exceptions.TimeoutError:
|
except asyncio.exceptions.TimeoutError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue