mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-20 15:24:21 +01:00
correct function name typos
This commit is contained in:
@@ -34,7 +34,7 @@ async def log_orders_history():
|
|||||||
[ print (o) for o in orders ]
|
[ print (o) for o in orders ]
|
||||||
|
|
||||||
async def log_active_positions():
|
async def log_active_positions():
|
||||||
positions = await bfx.rest.get_active_positions()
|
positions = await bfx.rest.get_active_position()
|
||||||
print ("Positions:")
|
print ("Positions:")
|
||||||
[ print (p) for p in positions ]
|
[ print (p) for p in positions ]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user