mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
32a08bddca
commit
095f3eba10
|
@ -331,8 +331,7 @@ def send_announce_via_server(base_dir: str, session,
|
|||
def send_undo_announce_via_server(base_dir: str, session,
|
||||
undo_post_json_object: {},
|
||||
nickname: str, password: str,
|
||||
domain: str, port: int,
|
||||
http_prefix: str, repeat_object_url: str,
|
||||
domain: str, port: int, http_prefix: str,
|
||||
cached_webfingers: {}, person_cache: {},
|
||||
debug: bool, project_version: str,
|
||||
signing_priv_key_pem: str) -> {}:
|
||||
|
|
|
@ -2200,7 +2200,7 @@ def run_desktop_client(base_dir: str, proxy_type: str, http_prefix: str,
|
|||
post_json_object,
|
||||
nickname, password,
|
||||
domain, port,
|
||||
http_prefix, post_id,
|
||||
http_prefix,
|
||||
cached_webfingers,
|
||||
person_cache,
|
||||
True, __version__,
|
||||
|
|
Loading…
Reference in New Issue