Skip to content

Commit

Permalink
Merge pull request #372 from InjectiveLabs/fix/fix_stream_prices_exam…
Browse files Browse the repository at this point in the history
…ple_script

fix/fix_stream_prices_example_script
  • Loading branch information
aarmoa authored Feb 17, 2025
2 parents b09a7a0 + 65ce48e commit a9b3c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/exchange_client/oracle_rpc/1_StreamPrices.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async def main() -> None:

base_symbol = market.oracle_base
quote_symbol = market.oracle_quote
oracle_type = market.oracle_type
oracle_type = market.oracle_type.lower()

task = asyncio.get_event_loop().create_task(
client.listen_oracle_prices_updates(
Expand Down

0 comments on commit a9b3c79

Please sign in to comment.