~m4v/+junk/Urldb

« back to all changes in this revision

Viewing changes to Urldb/plugin.py

  • Committer: Elián Hanisch
  • Date: 2010-08-25 23:43:32 UTC
  • Revision ID: lambdae2@gmail.com-20100825234332-iusp6zlpk7qmfv7y
err, fix syntax

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
            message = unicode(msg.args[1], 'utf-8')
132
132
        except:
133
133
            try:
134
 
                message = unicode(msg.args[1]))
 
134
                message = unicode(msg.args[1])
135
135
            except:
136
136
                self.log.warning('Failed to decode: %s' %msg.args[1])
137
137
                return