Skip to content

Commit 8b94894

Browse files
committed
Update docstring
1 parent a5ddc3a commit 8b94894

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/textual_serve/download_manager.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ async def create_download(
8181
delivery_key: The delivery key to start the download for.
8282
file_name: The name of the file to download.
8383
open_method: The method to open the file with.
84+
mime_type: The mime type of the content.
85+
encoding: The encoding of the content or None if the content is binary.
8486
"""
8587
self._active_downloads[delivery_key] = Download(
8688
app_service,

0 commit comments

Comments
 (0)