8000 fix: docstrings · video-db/videodb-python@568bc1a · GitHub
[go: up one dir, main page]

Skip to content

Commit 568bc1a

Browse files
committed
fix: docstrings
1 parent 53f9982 commit 568bc1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

videodb/rtstream.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ def stop(self):
201201
def generate_stream(self, start, end):
202202
"""Generate a stream from the rtstream.
203203
204-
:param int start: Start time of the stream
205-
:param int end: End time of the stream
204+
:param int start: Start time of the stream in Unix timestamp format
205+
:param int end: End time of the stream in Unix timestamp format
206206
:return: Stream URL
207207
:rtype: str
208208
"""

0 commit comments

Comments
 (0)
0