diff --git a/collect/utils.py b/collect/utils.py index 1ffc855..48c0f86 100644 --- a/collect/utils.py +++ b/collect/utils.py @@ -1,5 +1,6 @@ import os from dataclasses import dataclass +from datetime import datetime import json5 @@ -49,6 +50,8 @@ class Posting: popularity: int # Is it a repost repost: bool + # Date + date: datetime def load_config() -> Config: