Made a lot of small changes in the frontend

This commit is contained in:
Michael House 2022-06-04 07:48:26 -05:00
parent 0d489d9dd7
commit f3f2aa3935
13 changed files with 75 additions and 178 deletions

View file

@ -392,8 +392,6 @@ def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, ccmode="false"
@app.get("/changelog")
@auth_required
def changelog(v):
try: page = max(int(request.values.get("page", 1)), 1)
except: page = 1