Skip to content

Commit

Permalink
sdjd
Browse files Browse the repository at this point in the history
  • Loading branch information
xAmarnath committed May 4, 2024
1 parent c39d27c commit 6702653
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/custdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ async def search_series_x(e):

buttons = []
for title in titles:
buttons.append([Button.inline(title["title"], data=f"series_{
get_id_from_href(title['href'])}")])
buttons.append([Button.inline(title["title"], data=f"series_{get_id_from_href(title['href'])}")])
series_meta_cache[get_id_from_href(title["href"])] = title

if len(buttons) == 15:
Expand Down

0 comments on commit 6702653

Please sign in to comment.