aaxConvert.py
@@ -61,8 +61,8 @@ def getmetacopyright(): # Return normalized copyright data copyright = unicodedata.normalize('NFKD', metadata['format']['tags']['copyright']).encode('ascii', 'ignore') return copyright.decode() copyright = normalize_data(metadata['format']['tags']['copyright']) return copyright def getmetadatatags(key):