Skip to content

Commit

Permalink
post_buffer() calls .clear() already
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Feb 24, 2024
1 parent 5e1ff79 commit 044d58d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dclient/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ async def stream():
and buffer
):
await post_buffer(buffer, client)
buffer.clear()
last_post_time = asyncio.get_running_loop().time()

# Post any remaining items
Expand Down

0 comments on commit 044d58d

Please sign in to comment.