Skip to content

Commit

Permalink
docs: add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
F33RNI committed Apr 1, 2024
1 parent bd49b64 commit bcc0756
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lmao/ms_copilot/ms_copilot_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -859,6 +859,7 @@ def _conversation_parse(self, action: str) -> Any:

def _load_or_refresh(self, url: str or None = None, restart_session_on_error: bool = True) -> bool:
"""Tries to load or refresh page and inject JS scripts without raising any error
TODO: Properly fix "Timed out receiving message from renderer" instead of this crutch :)
Args:
url (str or None, optional): URL to load or None to refresh. Defaults to None
Expand Down

0 comments on commit bcc0756

Please sign in to comment.