diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/due/routes/index.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/due/routes/index.py b/src/due/routes/index.py index 408678c..cb1baab 100644 --- a/src/due/routes/index.py +++ b/src/due/routes/index.py @@ -53,6 +53,8 @@ def home(): anilist, "ANIME", request.args.get("username") ) + print(name) + releasing_anime = [ media for media in current_anime if media["media"]["status"] == "RELEASING" ] |