Compare commits

..

1 Commits

Author SHA1 Message Date
Ian Adam Naval
487f78d5fe Refactor into nice(r) classes 2015-09-20 23:46:25 -04:00

View File

@ -84,7 +84,7 @@ class Notifier(object):
"""Notifies users."""
def __init__(self, last_sent_at=datetime(1970, 1, 1, 0, 0, 0)):
self._last_sent_at = last_sent_at
self.last_sent_at = last_sent_at
config = configparser.ConfigParser()
config.read(CONFIG_FILE_PATH)