Update modsde.py

This commit is contained in:
enkore 2013-02-11 13:05:55 +01:00
parent 944613de3a
commit 56c93ac0de

View File

@ -8,7 +8,7 @@ import re
import cookielib import cookielib
import xml.etree.ElementTree as ET import xml.etree.ElementTree as ET
class ModsDeChecker: class ModsDeChecker(object):
""" """
This class returns i3status parsable output of the number of This class returns i3status parsable output of the number of
unread posts in any bookmark in the mods.de forums. unread posts in any bookmark in the mods.de forums.
@ -95,4 +95,4 @@ class ModsDeChecker:
return {'full_text' : '%d new posts in bookmarks' % unread, return {'full_text' : '%d new posts in bookmarks' % unread,
'name' : 'modsde', 'name' : 'modsde',
'urgent' : 'true', 'urgent' : 'true',
'color' : self.settings['color']} 'color' : self.settings['color']}