Spaces:
Running
Running
Update akn/Akeno/pornohub.py
Browse files- akn/Akeno/pornohub.py +1 -1
akn/Akeno/pornohub.py
CHANGED
@@ -54,7 +54,7 @@ async def porno_search(client: Client, message: Message):
|
|
54 |
try:
|
55 |
response = await pornosearch(question)
|
56 |
if response is None:
|
57 |
-
await message.reply_text("nothing found gay", disable_web_page_preview=True)
|
58 |
data_dict = {}
|
59 |
for data in response:
|
60 |
data_dict[data["title"]] = data["link"]
|
|
|
54 |
try:
|
55 |
response = await pornosearch(question)
|
56 |
if response is None:
|
57 |
+
return await message.reply_text("nothing found gay", disable_web_page_preview=True)
|
58 |
data_dict = {}
|
59 |
for data in response:
|
60 |
data_dict[data["title"]] = data["link"]
|