Skip to content

Commit b406b46

Browse files
authored
Merge pull request #10 from hummingbot/feat/std_connector_name
Feat/std connector name
2 parents 5eed04c + ebafd6e commit b406b46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hummingbot_api_client/routers/market_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async def get_candles(
2626
Real-time candles data
2727
"""
2828
candles_config = {
29-
"connector": connector_name,
29+
"connector_name": connector_name,
3030
"trading_pair": trading_pair,
3131
"interval": interval,
3232
"max_records": max_records

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "hummingbot-api-client"
7-
version = "1.0.9"
7+
version = "1.1.0"
88
description = "An async Python client for Hummingbot API"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)