Compare commits
1 Commits
487f78d5fe
...
88a6235ddd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
88a6235ddd |
@ -84,7 +84,7 @@ class Notifier(object):
|
|||||||
"""Notifies users."""
|
"""Notifies users."""
|
||||||
|
|
||||||
def __init__(self, last_sent_at=datetime(1970, 1, 1, 0, 0, 0)):
|
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 = configparser.ConfigParser()
|
||||||
config.read(CONFIG_FILE_PATH)
|
config.read(CONFIG_FILE_PATH)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user