We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd0ded commit b417c66Copy full SHA for b417c66
14-websocket-stream-consumer/src/entry.py
@@ -52,9 +52,7 @@ async def _on_open(self, event):
52
"""Handle WebSocket open event."""
53
self.connected = True
54
print("Connected to Bluesky Jetstream firehose!")
55
- print(
56
- "Filtering for: app.bsky.feed.post (post events, rate limited to 1/sec)"
57
- )
+ print("Filtering for: app.bsky.feed.post (post events, rate limited to 1/sec)")
58
# Ensure alarm is set when we connect
59
await self._schedule_next_alarm()
60
0 commit comments