mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-08 12:56:45 +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:
@@ -45,6 +45,7 @@ def get_yn_input(prompt):
|
|||||||
print("Invalid input. Please enter 'y' or 'n'.")
|
print("Invalid input. Please enter 'y' or 'n'.")
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
||||||
async def create_web_session():
|
async def create_web_session():
|
||||||
return aiohttp.ClientSession()
|
return aiohttp.ClientSession()
|
||||||
|
|
||||||
|
|||||||
@@ -84,7 +84,8 @@ class Handler(ssdp.aio.SSDP):
|
|||||||
|
|
||||||
def request_received(self, request: ssdp.messages.SSDPRequest, addr):
|
def request_received(self, request: ssdp.messages.SSDPRequest, addr):
|
||||||
raise NotImplementedError(
|
raise NotImplementedError(
|
||||||
"Request received is not implemented, this is a client")
|
"Request received is not implemented, this is a client"
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
async def find_youtube_app(web_session, url_location):
|
async def find_youtube_app(web_session, url_location):
|
||||||
|
|||||||
Reference in New Issue
Block a user