Skip to content

Commit

Permalink
Add persisten state back
Browse files Browse the repository at this point in the history
  • Loading branch information
richardr1126 committed Dec 15, 2024
1 parent d0c7d5c commit 668fec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firehose/data_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def _run(name, operations_callback, stream_stop_event=None):
SubscriptionState.create(service=name, cursor=0)

# Initialize the firehose client w/o a cursor for now
client = FirehoseSubscribeReposClient()
client = FirehoseSubscribeReposClient(params)

def on_message_handler(message: firehose_models.MessageFrame) -> None:
"""
Expand Down

0 comments on commit 668fec6

Please sign in to comment.