Skip to content

Commit

Permalink
f3a7945: Fix rss issues when chat isn't specified during subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
Nubuki-all committed Jan 11, 2025
1 parent f3a7945 commit d8e4fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/utils/ani_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@ async def airing_anim(query):
result = await get_ani_info(query=anime_query, var=vars_)
error = result.get("errors")
if error:
(e=f"**ANILIST RETURNED FOLLOWING ERROR:**\n\n`{error}`")
log(e=f"**ANILIST RETURNED FOLLOWING ERROR:**\n\n`{error}`")
error_sts = error[0].get("message")
raise Exception(f"[{error_sts}]")

Expand Down

0 comments on commit d8e4fb4

Please sign in to comment.