remove newline
This commit is contained in:
parent
23726bb417
commit
2a1d0b9c18
|
@ -78,7 +78,6 @@ def update_attachment(wiki_url, token_id, token_secret, attachment_id, file_name
|
|||
requests.post(wiki_url + "/api/attachments/{}".format(attachment_id), headers=headers, data=data, files=files)
|
||||
|
||||
|
||||
|
||||
def delete_attachment(wiki_url, token_id, token_secret, attachment_id):
|
||||
headers = {}
|
||||
headers.update(get_auth_header(token_id, token_secret))
|
||||
|
|
Loading…
Reference in New Issue