going-flying.com gemini git repository
b218032067bcd345a2ae0733e1f26902930aa669 - Matthew Ernisse - 1649386223
man, these dates are in such consistent formats
diff --git a/build/build.py b/build/build.py index aed0fb2..e4baa6e 100755 --- a/build/build.py +++ b/build/build.py @@ -135,7 +135,7 @@ class GeminiFeed(object): if self.last_date == 0: return False - if self.feed.updated <= self.last_date: + if self.feed.updated() <= datetime.datetime.fromisoformat(self.last_date): return False return True