diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-17 12:41:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-17 12:41:22 -0700 |
| commit | af78ec5085364956d34db182ce72e2f92884665e (patch) | |
| tree | e5bdbc1fd9a3f4255bc1f1a80ab89b490ffa62a4 /rasis.py | |
| parent | 27af8c9793ddd16697e480aca3a61c6397a60219 (diff) | |
fix: nostop typo
Diffstat (limited to 'rasis.py')
| -rw-r--r-- | rasis.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"]: |
