annealer
Results
2
comments of
annealer
Also receiving these warnings. To reproduce: import asyncio from aiohttp import ClientSession from blinkpy.blinkpy import Blink from blinkpy.auth import Auth async def start(): ....blink = Blink(session=ClientSession()) ....# In the following...
> Follow something like this example. > > https://github.com/fronzbot/blinkpy/blob/7d0e1f6cbb4b571c556e1e7c8ee1d87d1f0257d3/blinksync/blinksync.py#L102-L103 Understood, but what to do after aborting (^C) a run while a seesion is open? How to check for and close...