Small update
1 files changed, 1 insertions(+), 0 deletions(-) M trello2redmine.py
M trello2redmine.py => trello2redmine.py +1 -0
@@ 504,6 504,7 @@ def handle_attachments(c): else: rmfile = r.json() upload["token"] = rmfile["upload"]["token"] + print(f"Uploaded to Redmine: {upload}") except Exception as e: print(f"Failuring uploading file to Redmine {file_path}, error: {e}")