going-flying.com gemini git repository
ca1bf22cad36ca562efb0de30460e36c22fc3603 - Matthew Ernisse - 1649385992
I think?
diff --git a/build/build.py b/build/build.py index 4bdcd96..aed0fb2 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 <= self.last_date: return False return True