mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-14 23:24:29 -04:00
Improve cmd tool, write README
This commit is contained in:
parent
22276832cd
commit
993a4c1d79
5 changed files with 80 additions and 21 deletions
|
@ -26,6 +26,7 @@ class HonConnection:
|
|||
|
||||
async def __aenter__(self):
|
||||
self._session = aiohttp.ClientSession()
|
||||
await self.setup()
|
||||
return self
|
||||
|
||||
async def __aexit__(self, exc_type, exc_val, exc_tb):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue