mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-11 08:57:38 -05:00
Fix up comments
This commit is contained in:
parent
e21370ba54
commit
694f1c1b18
2 changed files with 16 additions and 7 deletions
|
|
@ -136,8 +136,8 @@ def respond_with_responder(request, responder, media_type, file_size, upload_nam
|
|||
request (twisted.web.http.Request)
|
||||
responder (Responder|None)
|
||||
media_type (str): The media/content type.
|
||||
file_size (int): Size in bytes of the media. If not known it should be None
|
||||
upload_name (str): The name of the requested file, if any.
|
||||
file_size (int|None): Size in bytes of the media. If not known it should be None
|
||||
upload_name (str|None): The name of the requested file, if any.
|
||||
"""
|
||||
if not responder:
|
||||
respond_404(request)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue