Skip to content

Commit

Permalink
fix web driver
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Aug 29, 2024
1 parent 112e8c6 commit c692bef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/textual/drivers/web_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ def deliver_binary(
open_method: Literal["browser", "download"] = "download",
encoding: str | None = None,
mime_type: str | None = None,
name: str | None = None,
) -> None:
self._deliver_file(
binary,
Expand All @@ -311,6 +312,7 @@ def deliver_binary(
open_method=open_method,
encoding=encoding,
mime_type=mime_type,
name=name,
)

def _deliver_file(
Expand Down

0 comments on commit c692bef

Please sign in to comment.