Remove unnecessary logging line
This commit is contained in:
parent
aa9d4da1c2
commit
c70c7e20be
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ from naff.models.naff.tasks.triggers import IntervalTrigger
|
||||||
class TaskMixin:
|
class TaskMixin:
|
||||||
@Task.create(IntervalTrigger(minutes=1))
|
@Task.create(IntervalTrigger(minutes=1))
|
||||||
async def _update_domains(self) -> None:
|
async def _update_domains(self) -> None:
|
||||||
self.logger.debug("Updating phishing domains")
|
|
||||||
async with ClientSession(headers={"X-Identity": "Discord: zevaryx#5779"}) as session:
|
async with ClientSession(headers={"X-Identity": "Discord: zevaryx#5779"}) as session:
|
||||||
response = await session.get("https://phish.sinking.yachts/v2/recent/60")
|
response = await session.get("https://phish.sinking.yachts/v2/recent/60")
|
||||||
response.raise_for_status()
|
response.raise_for_status()
|
||||||
|
|
Loading…
Add table
Reference in a new issue