aboutsummaryrefslogtreecommitdiffstats
path: root/rasis.py
diff options
context:
space:
mode:
Diffstat (limited to 'rasis.py')
-rw-r--r--rasis.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rasis.py b/rasis.py
index 3ccb421..373328e 100644
--- a/rasis.py
+++ b/rasis.py
@@ -173,7 +173,7 @@ def main():
return
data = response.json()
- news_posts = data["news_posts"]
+ news_posts = sorted(data["news_posts"], key=lambda x: x.get('timestamp', 0))
posts_to_make = []
for post in news_posts:
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage