Skip to content

Commit

Permalink
Fix UI update error
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascdev committed Oct 12, 2023
1 parent d1734c3 commit 77a109c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hasherino/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ async def on_message(self, message: Message):
elif (
self.scheduled_ui_update != self._UiUpdateType.SCROLL
): # Scroll already updates
self.scheduled_ui_update.add(self.page.update_async())
self.scheduled_ui_update = self._UiUpdateType.PAGE

logging.debug(f"Chat has {len(self.chat.controls)} lines in it")

Expand Down

0 comments on commit 77a109c

Please sign in to comment.