mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-03 11:04:51 +00:00
Fix
This commit is contained in:
parent
53ce44e629
commit
8092e44392
1 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ async def imdbcari_id(client, query):
|
||||||
kueri = LIST_CARI.get(msg)
|
kueri = LIST_CARI.get(msg)
|
||||||
del LIST_CARI[msg]
|
del LIST_CARI[msg]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
return await query.message.edit_caption(f"⚠️ Callback Query Sudah Expired!", True)
|
return await query.message.edit_caption(f"⚠️ Callback Query Sudah Expired!")
|
||||||
await query.message.edit_caption("<i>🔎 Sedang mencari di Database IMDB..</i>")
|
await query.message.edit_caption("<i>🔎 Sedang mencari di Database IMDB..</i>")
|
||||||
msg = ""
|
msg = ""
|
||||||
buttons = InlineKeyboard(row_width=4)
|
buttons = InlineKeyboard(row_width=4)
|
||||||
|
|
@ -99,7 +99,7 @@ async def imdbcari_en(client, query):
|
||||||
kueri = LIST_CARI.get(msg)
|
kueri = LIST_CARI.get(msg)
|
||||||
del LIST_CARI[msg]
|
del LIST_CARI[msg]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
return await query.message.edit_caption(f"⚠️ Callback Query Expired!", True)
|
return await query.message.edit_caption(f"⚠️ Callback Query Expired!")
|
||||||
await query.message.edit_caption("<i>🔎 Looking in the IMDB Database..</i>")
|
await query.message.edit_caption("<i>🔎 Looking in the IMDB Database..</i>")
|
||||||
msg = ""
|
msg = ""
|
||||||
buttons = InlineKeyboard(row_width=4)
|
buttons = InlineKeyboard(row_width=4)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue