Skip to content

Commit

Permalink
Merge pull request #2600 from ronie/script.module.iptcinfo3-2.1.4+mat…
Browse files Browse the repository at this point in the history
…rix.2

[script.module.iptcinfo3] 2.1.4+matrix.2
  • Loading branch information
basrieter authored Apr 5, 2024
2 parents 730cc50 + dacfc57 commit 344472d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script.module.iptcinfo3/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.iptcinfo3" name="IPTCInfo3" version="2.1.4+matrix.1" provider-name="Tamas Gulacsi, James Campbell">
<addon id="script.module.iptcinfo3" name="IPTCInfo3" version="2.1.4+matrix.2" provider-name="Tamas Gulacsi, James Campbell">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
Expand Down
2 changes: 1 addition & 1 deletion script.module.iptcinfo3/lib/iptcinfo3.py
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ def blindScan(self, fh, MAX=8192):
try:
cs = unpack('!H', temp)[0]
except Exception: # TODO better exception
logger.warn('WARNING: problems with charset recognition (%r)', temp)
#logger.warn('WARNING: problems with charset recognition (%r)', temp)
cs = None
if cs in c_charset:
self.inp_charset = c_charset[cs]
Expand Down

0 comments on commit 344472d

Please sign in to comment.