Compare commits

..

1 Commits

Author SHA1 Message Date
Ian Adam Naval
88a6235ddd Refactor into nice(r) classes 2015-09-21 22:44:35 -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)