From d617c94c2f3290f69ef608c38daeb94172954296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?X=C3=A9fir=20Destiny?= Date: Mon, 16 Dec 2019 21:10:38 +0100 Subject: [PATCH] Oups --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 6833b16..170e77d 100644 --- a/app.py +++ b/app.py @@ -76,7 +76,7 @@ def latest(page=1): @app.route('/list') -@app.rouet('/list/') +@app.route('/list/') def list_animes(url_filters='nyaa,yggtorrent'): filters = None for i, to_filter in enumerate(url_filters.split(',')):