mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-22 08:14:20 +01:00
fix all linting for pylint3
This commit is contained in:
@@ -27,7 +27,7 @@ async def on_subscribe(subscription):
|
||||
@bfx.ws.once('subscribed')
|
||||
async def on_once_subscribe(subscription):
|
||||
print ("Performig resubscribe")
|
||||
await bfx.ws.resubscribe(subscription.chanId)
|
||||
await bfx.ws.resubscribe(subscription.chan_id)
|
||||
|
||||
|
||||
async def start():
|
||||
|
||||
Reference in New Issue
Block a user