~petersanchez/trello2redmine

04e814b1b72a21a734ed43f7b0b66e7650e9c476 — Peter Sanchez 2 years ago b6e718c
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}")