Skip to content

Commit

Permalink
- update CeX view timeout to never
Browse files Browse the repository at this point in the history
  • Loading branch information
emberdex committed Oct 27, 2023
1 parent a9b8f3b commit 1bb7d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harmony_ui/cex.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def __init__(
original_interaction: discord.Interaction,
original_search_query: str
):
super().__init__()
super().__init__(timeout=None)

self.original_interaction = original_interaction
self.current_result_index = 0
Expand Down

0 comments on commit 1bb7d4e

Please sign in to comment.