mirror of https://gitlab.com/bashrc2/epicyon
Missing argument
parent
03e9b87df9
commit
a6533048f8
|
@ -245,7 +245,8 @@ def _person_options_view(self, options_confirm_params: str,
|
||||||
no_of_books: int,
|
no_of_books: int,
|
||||||
auto_cw_cache: {},
|
auto_cw_cache: {},
|
||||||
cookie: str,
|
cookie: str,
|
||||||
calling_domain: str) -> bool:
|
calling_domain: str,
|
||||||
|
curr_session) -> bool:
|
||||||
"""Person options screen, view button
|
"""Person options screen, view button
|
||||||
See html_person_options
|
See html_person_options
|
||||||
"""
|
"""
|
||||||
|
@ -1396,7 +1397,8 @@ def person_options2(self, path: str,
|
||||||
no_of_books,
|
no_of_books,
|
||||||
auto_cw_cache,
|
auto_cw_cache,
|
||||||
cookie,
|
cookie,
|
||||||
calling_domain):
|
calling_domain,
|
||||||
|
curr_session):
|
||||||
return
|
return
|
||||||
|
|
||||||
if _person_option_receive_petname(self, options_confirm_params,
|
if _person_option_receive_petname(self, options_confirm_params,
|
||||||
|
|
Loading…
Reference in New Issue