Skip to content

Commit a9b3c79

Browse files
authored
Merge pull request #372 from InjectiveLabs/fix/fix_stream_prices_example_script
fix/fix_stream_prices_example_script
2 parents b09a7a0 + 65ce48e commit a9b3c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/exchange_client/oracle_rpc/1_StreamPrices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async def main() -> None:
2929

3030
base_symbol = market.oracle_base
3131
quote_symbol = market.oracle_quote
32-
oracle_type = market.oracle_type
32+
oracle_type = market.oracle_type.lower()
3333

3434
task = asyncio.get_event_loop().create_task(
3535
client.listen_oracle_prices_updates(

0 commit comments

Comments
 (0)