fix var name consistency error
change var name to reach human friendly add type hinting PEP8 formatting
This commit is contained in:
@@ -24,7 +24,7 @@ from .tmdb import Tmdb
|
||||
from .imdb import Imdb
|
||||
|
||||
|
||||
def search(number, sources: str=None, **kwargs):
|
||||
def search(number, sources: str = None, **kwargs):
|
||||
""" 根据`番号/电影`名搜索信息
|
||||
|
||||
:param number: number/name depends on type
|
||||
|
||||
Reference in New Issue
Block a user