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.
2 parents b09a7a0 + 65ce48e commit a9b3c79Copy full SHA for a9b3c79
examples/exchange_client/oracle_rpc/1_StreamPrices.py
@@ -29,7 +29,7 @@ async def main() -> None:
29
30
base_symbol = market.oracle_base
31
quote_symbol = market.oracle_quote
32
- oracle_type = market.oracle_type
+ oracle_type = market.oracle_type.lower()
33
34
task = asyncio.get_event_loop().create_task(
35
client.listen_oracle_prices_updates(
0 commit comments