From af78ec5085364956d34db182ce72e2f92884665e Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 17 Apr 2025 12:41:22 -0700 Subject: fix: nostop typo --- rasis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rasis.py') diff --git a/rasis.py b/rasis.py index 89288df..ea253ff 100644 --- a/rasis.py +++ b/rasis.py @@ -67,7 +67,7 @@ def generate_post_content(post_data: dict) -> str: elif "GITADORA " in post_data["identifier"]: game = "GITADORA" tags = "#gitadora #bemani" - elif "NOLSTALGIA" in post_data["identifier"]: + elif "NOSTALGIA" in post_data["identifier"]: game = "NOSTALGIA" tags = "#bemani" elif "CHUNITHM_JP" in post_data["identifier"]: -- cgit v1.2.3