mirror of https://gitlab.com/bashrc2/epicyon
Missing argument
parent
270e5e4179
commit
e8b85b55e3
|
@ -436,7 +436,8 @@ def _receive_search_handle(self, search_str: str,
|
||||||
max_shares_on_profile: int,
|
max_shares_on_profile: int,
|
||||||
no_of_books: int,
|
no_of_books: int,
|
||||||
auto_cw_cache: {},
|
auto_cw_cache: {},
|
||||||
actor_str: str) -> bool:
|
actor_str: str,
|
||||||
|
curr_session) -> bool:
|
||||||
"""Receive a search for a fediverse handle or url from the search screen
|
"""Receive a search for a fediverse handle or url from the search screen
|
||||||
"""
|
"""
|
||||||
remote_only = False
|
remote_only = False
|
||||||
|
@ -978,7 +979,8 @@ def receive_search_query(self, calling_domain: str, cookie: str,
|
||||||
buy_sites,
|
buy_sites,
|
||||||
max_shares_on_profile,
|
max_shares_on_profile,
|
||||||
no_of_books,
|
no_of_books,
|
||||||
auto_cw_cache, actor_str):
|
auto_cw_cache, actor_str,
|
||||||
|
curr_session):
|
||||||
return
|
return
|
||||||
elif (search_str.startswith(':') or
|
elif (search_str.startswith(':') or
|
||||||
search_str.endswith(' emoji')):
|
search_str.endswith(' emoji')):
|
||||||
|
|
Loading…
Reference in New Issue