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