Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed Nov 24, 2023
1 parent 27ca036 commit 718afbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example_exchange_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@

# To use this library you need a valid UNICORN Binance Suite License: https://medium.lucit.tech/87b0088124a8
with BinanceRestApiManager(api_key=api_key, api_secret=api_secret, exchange="binance.com") as ubra:
get_exchange_info = ubra.get_exchange_info(**{'symbol': 'BNBBTC'})
get_exchange_info = ubra.get_exchange_info(**{'symbol': 'ETHUSDT'})
print(f"get_exchange_info: {get_exchange_info}")

2 changes: 1 addition & 1 deletion unicorn_binance_rest_api/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@


__app_name__: str = "unicorn-binance-rest-api"
__version__: str = "2.2.0"
__version__: str = "2.2.0.dev"

logger = logging.getLogger("unicorn_binance_rest_api")

Expand Down

0 comments on commit 718afbf

Please sign in to comment.