mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 09:44:50 +00:00
Optional param
Signed-off-by: Yasir Aris M <git@yasirdev.my.id>
This commit is contained in:
parent
2a4d9070af
commit
0824a476b3
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ def get_provider(url):
|
|||
return pretty(netloc.split("."))
|
||||
|
||||
|
||||
async def search_jw(movie_name: str, locale: str):
|
||||
async def search_jw(movie_name: str, locale: Union[str, None] = "ID"):
|
||||
m_t_ = ""
|
||||
try:
|
||||
response = (
|
||||
|
|
|
|||
Loading…
Reference in a new issue