aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-07-27 10:44:02 -0700
committerFuwn <[email protected]>2023-07-27 10:44:02 -0700
commitd6f1ad746dd36280dfa0dbebb203714d269cdc0c (patch)
tree2bb6c4792984849ad77b674e2d1095ff1f4a956e
parentfeat: disable flask logs (diff)
downloadold.due.moe-d6f1ad746dd36280dfa0dbebb203714d269cdc0c.tar.xz
old.due.moe-d6f1ad746dd36280dfa0dbebb203714d269cdc0c.zip
feat(index): log user
-rw-r--r--src/due/routes/index.py2
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"
]