Skip to content

Commit

Permalink
Start streaming real-time data as soon as possible
Browse files Browse the repository at this point in the history
  • Loading branch information
calum-chamberlain committed Jan 9, 2024
1 parent c28512d commit d3c92b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rt_eqcorrscan/reactor/spin_up.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ def run(
Logger.info("Created real-time tribe with inventory:\n{0}".format(
inventory))

# Start streaming NOW!
real_time_tribe._start_streaming()
Logger.info("Started streaming real-time data")

# TODO: How will this work? Currently notifiers are not implemented
# real_time_tribe.notifier = None

Expand Down

0 comments on commit d3c92b7

Please sign in to comment.