Show More
@@ -320,4 +320,4 b' class SyncManager:' | |||||
320 | if tag_refs is not None: |
|
320 | if tag_refs is not None: | |
321 | attachment_ref = et.SubElement(tag_refs, TAG_ATTACHMENT_REF) |
|
321 | attachment_ref = et.SubElement(tag_refs, TAG_ATTACHMENT_REF) | |
322 | attachment_ref.set(ATTR_REF, attachment.hash) |
|
322 | attachment_ref.set(ATTR_REF, attachment.hash) | |
323 | attachment_ref.set(ATTR_URL, attachment.url) |
|
323 | attachment_ref.set(ATTR_URL, attachment.file.url) |
General Comments 0
You need to be logged in to leave comments.
Login now