Skip to content

Commit

Permalink
Update capture.py
Browse files Browse the repository at this point in the history
  • Loading branch information
trzy committed Feb 20, 2024
1 parent d97cfdc commit 60bdd22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions owl/server/routes/capture.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#
# TODO
# ----
# - Unify endpointing with chunked uploading (ConversationDetectionService).
# - Can we unify with chunking by having chunking simply send via socket to here?
# - Capture socket to use same endpointing mechanism (ConversationDetectionService).
# - Can we unify with streaming code by having chunking simply forward there via socket?
#

from datetime import datetime
Expand Down

0 comments on commit 60bdd22

Please sign in to comment.