- remove dami.py
- misc edits.
This commit is contained in:
doms9 2026-05-15 01:20:20 -04:00
parent 469dd02839
commit 00000d9b7c
3 changed files with 0 additions and 85 deletions

View file

@ -47,8 +47,6 @@ class Network:
self.client = httpx.AsyncClient(**client_params)
self.unvd_client = httpx.AsyncClient(**client_params, verify=False)
async def request(
self,
url: str,