mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2026-01-31 23:01:09 +03:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -44,9 +44,11 @@ def get_yn_input(prompt):
|
|||||||
return choice.lower()
|
return choice.lower()
|
||||||
print("Invalid input. Please enter 'y' or 'n'.")
|
print("Invalid input. Please enter 'y' or 'n'.")
|
||||||
|
|
||||||
|
|
||||||
async def create_web_session():
|
async def create_web_session():
|
||||||
return aiohttp.ClientSession()
|
return aiohttp.ClientSession()
|
||||||
|
|
||||||
|
|
||||||
async def pair_device(web_session: aiohttp.ClientSession):
|
async def pair_device(web_session: aiohttp.ClientSession):
|
||||||
try:
|
try:
|
||||||
lounge_controller = ytlounge.YtLoungeApi()
|
lounge_controller = ytlounge.YtLoungeApi()
|
||||||
|
|||||||
Reference in New Issue
Block a user