mirror of https://gitlab.com/bashrc2/epicyon
Remove default arguments
parent
cdd93a7620
commit
3b4832e1c8
8
posts.py
8
posts.py
|
@ -3129,11 +3129,9 @@ def send_post_via_server(signing_priv_key_pem: str, project_version: str,
|
||||||
event_date: str, event_time: str, event_end_time: str,
|
event_date: str, event_time: str, event_end_time: str,
|
||||||
location: str, translate: {},
|
location: str, translate: {},
|
||||||
buy_url: str, chat_url: str, auto_cw_cache: {},
|
buy_url: str, chat_url: str, auto_cw_cache: {},
|
||||||
debug: bool = False,
|
debug: bool, in_reply_to: str,
|
||||||
in_reply_to: str = None,
|
in_reply_to_atom_uri: str,
|
||||||
in_reply_to_atom_uri: str = None,
|
conversation_id: str, subject: str) -> int:
|
||||||
conversation_id: str = None,
|
|
||||||
subject: str = None) -> int:
|
|
||||||
"""Send a post via a proxy (c2s)
|
"""Send a post via a proxy (c2s)
|
||||||
"""
|
"""
|
||||||
if not session:
|
if not session:
|
||||||
|
|
Loading…
Reference in New Issue