From 9bc7d70f0197d08619e8546fa89cddc5455988b6 Mon Sep 17 00:00:00 2001 From: manetta Date: Sat, 29 Feb 2020 15:45:03 +0100 Subject: [PATCH] prepending new entries to the xdex now --- start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.py b/start.py index cadd203..1daa962 100644 --- a/start.py +++ b/start.py @@ -38,7 +38,7 @@ def index(): xdex[x]['comment'] = comment xdex[x]['status'] = '-' write_db('xdex.json', xdex) - xs.append(x) + xs.insert(0, x) else: # editing entry x = submit