mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-03 19:14:51 +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("."))
|
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_ = ""
|
m_t_ = ""
|
||||||
try:
|
try:
|
||||||
response = (
|
response = (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue